Html Css Color HEX #DDA15C Porsche

📋 copy color: '#DDA15C'

red 221 ◦ green 161 ◦ blue 92

#DDA15C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Porsche #DDA15C

Tints of Porsche #DDA15C

RGB

 RED value IS 221 (86.72% from 255) = 46.62%

 GREEN value IS 161 (63.28% from 255) = 33.97%

 BLUE value IS 92 (36.33% from 255) = 19.41%

R = 46.62%
G = 33.97%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDA15C (or 0xDDA15C) is known color: Porsche. HEX triplet: DD, A1 and 5C. RGB value is (221,161,92). Sum of RGB (Red+Green+Blue) = 221+161+92=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA15C is #225EA3. Grayscale: #ABABAB. Windows color (decimal): -2252452 or 6070749. OLE color: 6070749.

HSL color Cylindrical-coordinate representation of color #DDA15C: hue angle of 32.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA15C is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 92 -
CMYK 0 0.27 0.58 0.13
HSL 32.09º 0.65% 0.61% -
HSV(B) 32.09º 0.58% 0.87% -
XYZ 44.5 41.63 15.82 -
YUV 171.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 221 161 92 0 0.27 0.58 0.13 32.09 0.65 0.61
Hex DD A1 5C 0 1B 3A D 20 41 3D
Octal 335 241 134 0 33 72 15 40 101 75
Binary 11011101 10100001 1011100 0 11011 111010 1101 100000 1000001 111101

Color Harmonies of #DDA15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA15C

Black with #DDA15C

Text Example


Text Example

White with #DDA15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA15C; }

 p { color: rgb(221,161,92); }

 H1.HeaderClassName
 {
   color: #DDA15C;
 }
 .AnyTagClassName
 {
   color: #DDA15C;
 }
</style>

background-color css

<style>
 a { background-color: #DDA15C; }

 a { background-color: rgb(221,161,92); }

 div.DivClassName
 {
   background-color: #DDA15C;
 }
 .BgClassName
 {
   background-color: #DDA15C;
 }
</style>

border-color css

<style>
 span { border-color: #DDA15C; }

 span { border-color: rgb(221,161,92); }

 td.TdClassName
 {
   border-color: #DDA15C;
 }
 .TagClassName
 {
   border-color: #DDA15C;
 }
</style>