Html Css Color HEX #DAA069 Porsche

📋 copy color: '#DAA069'

red 218 ◦ green 160 ◦ blue 105

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

Shades of Porsche #DAA069

Tints of Porsche #DAA069

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.13%

 BLUE value IS 105 (41.41% from 255) = 21.74%

R = 45.13%
G = 33.13%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAA069 (or 0xDAA069) is known color: Porsche. HEX triplet: DA, A0 and 69. RGB value is (218,160,105). Sum of RGB (Red+Green+Blue) = 218+160+105=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA069 is #255F96. Grayscale: #ABABAB. Windows color (decimal): -2449303 or 6922458. OLE color: 6922458.

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

Color convert

RGB 218 160 105 -
CMYK 0 0.27 0.52 0.15
HSL 29.2º 0.6% 0.63% -
HSV(B) 29.2º 0.52% 0.85% -
XYZ 44.03 41.07 18.97 -
YUV 171.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 218 160 105 0 0.27 0.52 0.15 29.2 0.6 0.63
Hex DA A0 69 0 1B 34 F 1D 3C 3F
Octal 332 240 151 0 33 64 17 35 74 77
Binary 11011010 10100000 1101001 0 11011 110100 1111 11101 111100 111111

Color Harmonies of #DAA069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA069

Black with #DAA069

Text Example


Text Example

White with #DAA069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA069; }

 p { color: rgb(218,160,105); }

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

background-color css

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

 a { background-color: rgb(218,160,105); }

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

border-color css

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

 span { border-color: rgb(218,160,105); }

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