Html Css Color HEX #DAA260 Porsche

📋 copy color: '#DAA260'

red 218 ◦ green 162 ◦ blue 96

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

Shades of Porsche #DAA260

Tints of Porsche #DAA260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.03%

 BLUE value IS 96 (37.89% from 255) = 20.17%

R = 45.8%
G = 34.03%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAA260 (or 0xDAA260) is known color: Porsche. HEX triplet: DA, A2 and 60. RGB value is (218,162,96). Sum of RGB (Red+Green+Blue) = 218+162+96=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA260 is #255D9F. Grayscale: #ABABAB. Windows color (decimal): -2448800 or 6333146. OLE color: 6333146.

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

Color convert

RGB 218 162 96 -
CMYK 0 0.26 0.56 0.15
HSL 32.46º 0.62% 0.62% -
HSV(B) 32.46º 0.56% 0.85% -
XYZ 43.95 41.59 16.78 -
YUV 171.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 218 162 96 0 0.26 0.56 0.15 32.46 0.62 0.62
Hex DA A2 60 0 1A 38 F 20 3E 3E
Octal 332 242 140 0 32 70 17 40 76 76
Binary 11011010 10100010 1100000 0 11010 111000 1111 100000 111110 111110

Color Harmonies of #DAA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA260

Black with #DAA260

Text Example


Text Example

White with #DAA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA260; }

 p { color: rgb(218,162,96); }

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

background-color css

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

 a { background-color: rgb(218,162,96); }

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

border-color css

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

 span { border-color: rgb(218,162,96); }

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