Html Css Color HEX #DAA04F Porsche

📋 copy color: '#DAA04F'

red 218 ◦ green 160 ◦ blue 79

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

Shades of Porsche #DAA04F

Tints of Porsche #DAA04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.29%

R = 47.7%
G = 35.01%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAA04F (or 0xDAA04F) is known color: Porsche. HEX triplet: DA, A0 and 4F. RGB value is (218,160,79). Sum of RGB (Red+Green+Blue) = 218+160+79=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA04F is #255FB0. Grayscale: #A8A8A8. Windows color (decimal): -2449329 or 5218522. OLE color: 5218522.

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

Color convert

RGB 218 160 79 -
CMYK 0 0.27 0.64 0.15
HSL 34.96º 0.65% 0.58% -
HSV(B) 34.96º 0.64% 0.85% -
XYZ 42.9 40.61 12.98 -
YUV 168.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 218 160 79 0 0.27 0.64 0.15 34.96 0.65 0.58
Hex DA A0 4F 0 1B 40 F 23 41 3A
Octal 332 240 117 0 33 100 17 43 101 72
Binary 11011010 10100000 1001111 0 11011 1000000 1111 100011 1000001 111010

Color Harmonies of #DAA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA04F

Black with #DAA04F

Text Example


Text Example

White with #DAA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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