Html Css Color HEX #DAA153 Porsche

📋 copy color: '#DAA153'

red 218 ◦ green 161 ◦ blue 83

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

Shades of Porsche #DAA153

Tints of Porsche #DAA153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.97%

R = 47.19%
G = 34.85%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAA153 (or 0xDAA153) is known color: Porsche. HEX triplet: DA, A1 and 53. RGB value is (218,161,83). Sum of RGB (Red+Green+Blue) = 218+161+83=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA153 is #255EAC. Grayscale: #A9A9A9. Windows color (decimal): -2449069 or 5480922. OLE color: 5480922.

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

Color convert

RGB 218 161 83 -
CMYK 0 0.26 0.62 0.15
HSL 34.67º 0.65% 0.59% -
HSV(B) 34.67º 0.62% 0.85% -
XYZ 43.22 41.02 13.82 -
YUV 169.15 79.38 162.84 -
System Red Green Blue C M Y K H S L
Decimal 218 161 83 0 0.26 0.62 0.15 34.67 0.65 0.59
Hex DA A1 53 0 1A 3E F 23 41 3B
Octal 332 241 123 0 32 76 17 43 101 73
Binary 11011010 10100001 1010011 0 11010 111110 1111 100011 1000001 111011

Color Harmonies of #DAA153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA153

Black with #DAA153

Text Example


Text Example

White with #DAA153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA153; }

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

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

background-color css

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

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

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

border-color css

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

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

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