Html Css Color HEX #DAA164 Porsche

📋 copy color: '#DAA164'

red 218 ◦ green 161 ◦ blue 100

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

Shades of Porsche #DAA164

Tints of Porsche #DAA164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.88%

R = 45.51%
G = 33.61%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAA164 (or 0xDAA164) is known color: Porsche. HEX triplet: DA, A1 and 64. RGB value is (218,161,100). Sum of RGB (Red+Green+Blue) = 218+161+100=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA164 is #255E9B. Grayscale: #ABABAB. Windows color (decimal): -2449052 or 6595034. OLE color: 6595034.

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

Color convert

RGB 218 161 100 -
CMYK 0 0.26 0.54 0.15
HSL 31.02º 0.61% 0.62% -
HSV(B) 31.02º 0.54% 0.85% -
XYZ 43.96 41.32 17.71 -
YUV 171.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 218 161 100 0 0.26 0.54 0.15 31.02 0.61 0.62
Hex DA A1 64 0 1A 36 F 1F 3D 3E
Octal 332 241 144 0 32 66 17 37 75 76
Binary 11011010 10100001 1100100 0 11010 110110 1111 11111 111101 111110

Color Harmonies of #DAA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA164

Black with #DAA164

Text Example


Text Example

White with #DAA164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA164; }

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

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

background-color css

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

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

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

border-color css

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

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

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