Html Css Color HEX #DDA166 Porsche

📋 copy color: '#DDA166'

red 221 ◦ green 161 ◦ blue 102

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

Shades of Porsche #DDA166

Tints of Porsche #DDA166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.07%

R = 45.66%
G = 33.26%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDA166 (or 0xDDA166) is known color: Porsche. HEX triplet: DD, A1 and 66. RGB value is (221,161,102). Sum of RGB (Red+Green+Blue) = 221+161+102=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA166 is #225E99. Grayscale: #ACACAC. Windows color (decimal): -2252442 or 6726109. OLE color: 6726109.

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

Color convert

RGB 221 161 102 -
CMYK 0 0.27 0.54 0.13
HSL 29.75º 0.64% 0.63% -
HSV(B) 29.75º 0.54% 0.87% -
XYZ 44.96 41.82 18.27 -
YUV 172.21 88.38 162.8 -
System Red Green Blue C M Y K H S L
Decimal 221 161 102 0 0.27 0.54 0.13 29.75 0.64 0.63
Hex DD A1 66 0 1B 36 D 1E 40 3F
Octal 335 241 146 0 33 66 15 36 100 77
Binary 11011101 10100001 1100110 0 11011 110110 1101 11110 1000000 111111

Color Harmonies of #DDA166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA166

Black with #DDA166

Text Example


Text Example

White with #DDA166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA166; }

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

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

background-color css

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

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

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

border-color css

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

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

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