Html Css Color HEX #DAA154 Porsche

📋 copy color: '#DAA154'

red 218 ◦ green 161 ◦ blue 84

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

Shades of Porsche #DAA154

Tints of Porsche #DAA154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.14%

R = 47.08%
G = 34.77%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAA154 (or 0xDAA154) is known color: Porsche. HEX triplet: DA, A1 and 54. RGB value is (218,161,84). Sum of RGB (Red+Green+Blue) = 218+161+84=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA154 is #255EAB. Grayscale: #A9A9A9. Windows color (decimal): -2449068 or 5546458. OLE color: 5546458.

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

Color convert

RGB 218 161 84 -
CMYK 0 0.26 0.61 0.15
HSL 34.48º 0.64% 0.59% -
HSV(B) 34.48º 0.61% 0.85% -
XYZ 43.26 41.04 14.03 -
YUV 169.27 79.88 162.76 -
System Red Green Blue C M Y K H S L
Decimal 218 161 84 0 0.26 0.61 0.15 34.48 0.64 0.59
Hex DA A1 54 0 1A 3D F 22 40 3B
Octal 332 241 124 0 32 75 17 42 100 73
Binary 11011010 10100001 1010100 0 11010 111101 1111 100010 1000000 111011

Color Harmonies of #DAA154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA154

Black with #DAA154

Text Example


Text Example

White with #DAA154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA154; }

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

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

background-color css

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

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

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

border-color css

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

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

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