Html Css Color HEX #DDA462 Porsche

📋 copy color: '#DDA462'

red 221 ◦ green 164 ◦ blue 98

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

Shades of Porsche #DDA462

Tints of Porsche #DDA462

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.95%

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

R = 45.76%
G = 33.95%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDA462 (or 0xDDA462) is known color: Porsche. HEX triplet: DD, A4 and 62. RGB value is (221,164,98). Sum of RGB (Red+Green+Blue) = 221+164+98=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA462 is #225B9D. Grayscale: #ADADAD. Windows color (decimal): -2251678 or 6464733. OLE color: 6464733.

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

Color convert

RGB 221 164 98 -
CMYK 0 0.26 0.56 0.13
HSL 32.2º 0.64% 0.63% -
HSV(B) 32.2º 0.56% 0.87% -
XYZ 45.3 42.8 17.43 -
YUV 173.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 221 164 98 0 0.26 0.56 0.13 32.2 0.64 0.63
Hex DD A4 62 0 1A 38 D 20 40 3F
Octal 335 244 142 0 32 70 15 40 100 77
Binary 11011101 10100100 1100010 0 11010 111000 1101 100000 1000000 111111

Color Harmonies of #DDA462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA462

Black with #DDA462

Text Example


Text Example

White with #DDA462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA462; }

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

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

background-color css

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

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

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

border-color css

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

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

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