Html Css Color HEX #DAA166 Porsche

📋 copy color: '#DAA166'

red 218 ◦ green 161 ◦ blue 102

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

Shades of Porsche #DAA166

Tints of Porsche #DAA166

RGB

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

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

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

R = 45.32%
G = 33.47%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DAA166 (or 0xDAA166) is known color: Porsche. HEX triplet: DA, A1 and 66. RGB value is (218,161,102). Sum of RGB (Red+Green+Blue) = 218+161+102=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA166 is #255E99. Grayscale: #ABABAB. Windows color (decimal): -2449050 or 6726106. OLE color: 6726106.

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

Color convert

RGB 218 161 102 -
CMYK 0 0.26 0.53 0.15
HSL 30.52º 0.61% 0.63% -
HSV(B) 30.52º 0.53% 0.85% -
XYZ 44.06 41.35 18.23 -
YUV 171.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 218 161 102 0 0.26 0.53 0.15 30.52 0.61 0.63
Hex DA A1 66 0 1A 35 F 1F 3D 3F
Octal 332 241 146 0 32 65 17 37 75 77
Binary 11011010 10100001 1100110 0 11010 110101 1111 11111 111101 111111

Color Harmonies of #DAA166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA166

Black with #DAA166

Text Example


Text Example

White with #DAA166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA166; }

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

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

background-color css

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

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

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

border-color css

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

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

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