Html Css Color HEX #DDA266 Porsche

📋 copy color: '#DDA266'

red 221 ◦ green 162 ◦ blue 102

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

Shades of Porsche #DDA266

Tints of Porsche #DDA266

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.4%

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

R = 45.57%
G = 33.4%
B = 21.03%

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

#DDA266 (or 0xDDA266) is known color: Porsche. HEX triplet: DD, A2 and 66. RGB value is (221,162,102). Sum of RGB (Red+Green+Blue) = 221+162+102=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA266 is #225D99. Grayscale: #ADADAD. Windows color (decimal): -2252186 or 6726365. OLE color: 6726365.

HSL color Cylindrical-coordinate representation of color #DDA266: hue angle of 30.25º 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 #DDA266 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 102 -
CMYK 0 0.27 0.54 0.13
HSL 30.25º 0.64% 0.63% -
HSV(B) 30.25º 0.54% 0.87% -
XYZ 45.14 42.17 18.33 -
YUV 172.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 221 162 102 0 0.27 0.54 0.13 30.25 0.64 0.63
Hex DD A2 66 0 1B 36 D 1E 40 3F
Octal 335 242 146 0 33 66 15 36 100 77
Binary 11011101 10100010 1100110 0 11011 110110 1101 11110 1000000 111111

Color Harmonies of #DDA266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA266

Black with #DDA266

Text Example


Text Example

White with #DDA266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA266; }

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

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

background-color css

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

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

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

border-color css

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

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

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