Html Css Color HEX #DAA155 Porsche

📋 copy color: '#DAA155'

red 218 ◦ green 161 ◦ blue 85

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

Shades of Porsche #DAA155

Tints of Porsche #DAA155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.32%

R = 46.98%
G = 34.7%
B = 18.32%

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

#DAA155 (or 0xDAA155) is known color: Porsche. HEX triplet: DA, A1 and 55. RGB value is (218,161,85). Sum of RGB (Red+Green+Blue) = 218+161+85=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA155 is #255EAA. Grayscale: #A9A9A9. Windows color (decimal): -2449067 or 5611994. OLE color: 5611994.

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

Color convert

RGB 218 161 85 -
CMYK 0 0.26 0.61 0.15
HSL 34.29º 0.64% 0.59% -
HSV(B) 34.29º 0.61% 0.85% -
XYZ 43.3 41.05 14.24 -
YUV 169.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 218 161 85 0 0.26 0.61 0.15 34.29 0.64 0.59
Hex DA A1 55 0 1A 3D F 22 40 3B
Octal 332 241 125 0 32 75 17 42 100 73
Binary 11011010 10100001 1010101 0 11010 111101 1111 100010 1000000 111011

Color Harmonies of #DAA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA155

Black with #DAA155

Text Example


Text Example

White with #DAA155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA155; }

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

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

background-color css

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

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

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

border-color css

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

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

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