Html Css Color HEX #DAA167 Porsche

📋 copy color: '#DAA167'

red 218 ◦ green 161 ◦ blue 103

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

Shades of Porsche #DAA167

Tints of Porsche #DAA167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.37%

R = 45.23%
G = 33.4%
B = 21.37%

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

#DAA167 (or 0xDAA167) is known color: Porsche. HEX triplet: DA, A1 and 67. RGB value is (218,161,103). Sum of RGB (Red+Green+Blue) = 218+161+103=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA167 is #255E98. Grayscale: #ABABAB. Windows color (decimal): -2449049 or 6791642. OLE color: 6791642.

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

Color convert

RGB 218 161 103 -
CMYK 0 0.26 0.53 0.15
HSL 30.26º 0.61% 0.63% -
HSV(B) 30.26º 0.53% 0.85% -
XYZ 44.11 41.37 18.49 -
YUV 171.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 218 161 103 0 0.26 0.53 0.15 30.26 0.61 0.63
Hex DA A1 67 0 1A 35 F 1E 3D 3F
Octal 332 241 147 0 32 65 17 36 75 77
Binary 11011010 10100001 1100111 0 11010 110101 1111 11110 111101 111111

Color Harmonies of #DAA167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA167

Black with #DAA167

Text Example


Text Example

White with #DAA167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA167; }

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

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

background-color css

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

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

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

border-color css

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

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

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