Html Css Color HEX #DAA162 Porsche

📋 copy color: '#DAA162'

red 218 ◦ green 161 ◦ blue 98

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

Shades of Porsche #DAA162

Tints of Porsche #DAA162

RGB

 RED value IS 218 (85.55% from 255) = 45.7%

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

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

R = 45.7%
G = 33.75%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAA162 (or 0xDAA162) is known color: Porsche. HEX triplet: DA, A1 and 62. RGB value is (218,161,98). Sum of RGB (Red+Green+Blue) = 218+161+98=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA162 is #255E9D. Grayscale: #ABABAB. Windows color (decimal): -2449054 or 6463962. OLE color: 6463962.

HSL color Cylindrical-coordinate representation of color #DAA162: hue angle of 31.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAA162 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 98 -
CMYK 0 0.26 0.55 0.15
HSL 31.5º 0.62% 0.62% -
HSV(B) 31.5º 0.55% 0.85% -
XYZ 43.86 41.28 17.21 -
YUV 170.86 86.88 161.62 -
System Red Green Blue C M Y K H S L
Decimal 218 161 98 0 0.26 0.55 0.15 31.5 0.62 0.62
Hex DA A1 62 0 1A 37 F 1F 3E 3E
Octal 332 241 142 0 32 67 17 37 76 76
Binary 11011010 10100001 1100010 0 11010 110111 1111 11111 111110 111110

Color Harmonies of #DAA162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA162

Black with #DAA162

Text Example


Text Example

White with #DAA162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA162; }

 p { color: rgb(218,161,98); }

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

background-color css

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

 a { background-color: rgb(218,161,98); }

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

border-color css

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

 span { border-color: rgb(218,161,98); }

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