Html Css Color HEX #DDA662 Porsche

📋 copy color: '#DDA662'

red 221 ◦ green 166 ◦ blue 98

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

Shades of Porsche #DDA662

Tints of Porsche #DDA662

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.23%

 BLUE value IS 98 (38.67% from 255) = 20.21%

R = 45.57%
G = 34.23%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDA662 (or 0xDDA662) is known color: Porsche. HEX triplet: DD, A6 and 62. RGB value is (221,166,98). Sum of RGB (Red+Green+Blue) = 221+166+98=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA662 is #22599D. Grayscale: #AFAFAF. Windows color (decimal): -2251166 or 6465245. OLE color: 6465245.

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

Color convert

RGB 221 166 98 -
CMYK 0 0.25 0.56 0.13
HSL 33.17º 0.64% 0.63% -
HSV(B) 33.17º 0.56% 0.87% -
XYZ 45.66 43.53 17.55 -
YUV 174.69 84.72 161.03 -
System Red Green Blue C M Y K H S L
Decimal 221 166 98 0 0.25 0.56 0.13 33.17 0.64 0.63
Hex DD A6 62 0 19 38 D 21 40 3F
Octal 335 246 142 0 31 70 15 41 100 77
Binary 11011101 10100110 1100010 0 11001 111000 1101 100001 1000000 111111

Color Harmonies of #DDA662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA662

Black with #DDA662

Text Example


Text Example

White with #DDA662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA662; }

 p { color: rgb(221,166,98); }

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

background-color css

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

 a { background-color: rgb(221,166,98); }

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

border-color css

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

 span { border-color: rgb(221,166,98); }

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