Html Css Color HEX #DAA062 Porsche

📋 copy color: '#DAA062'

red 218 ◦ green 160 ◦ blue 98

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

Shades of Porsche #DAA062

Tints of Porsche #DAA062

RGB

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

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

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

R = 45.8%
G = 33.61%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAA062 (or 0xDAA062) is known color: Porsche. HEX triplet: DA, A0 and 62. RGB value is (218,160,98). Sum of RGB (Red+Green+Blue) = 218+160+98=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA062 is #255F9D. Grayscale: #AAAAAA. Windows color (decimal): -2449310 or 6463706. OLE color: 6463706.

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

Color convert

RGB 218 160 98 -
CMYK 0 0.27 0.55 0.15
HSL 31º 0.62% 0.62% -
HSV(B) 31º 0.55% 0.85% -
XYZ 43.69 40.93 17.15 -
YUV 170.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 218 160 98 0 0.27 0.55 0.15 31 0.62 0.62
Hex DA A0 62 0 1B 37 F 1F 3E 3E
Octal 332 240 142 0 33 67 17 37 76 76
Binary 11011010 10100000 1100010 0 11011 110111 1111 11111 111110 111110

Color Harmonies of #DAA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA062

Black with #DAA062

Text Example


Text Example

White with #DAA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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