Html Css Color HEX #DAA360 Porsche

📋 copy color: '#DAA360'

red 218 ◦ green 163 ◦ blue 96

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

Shades of Porsche #DAA360

Tints of Porsche #DAA360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.17%

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

R = 45.7%
G = 34.17%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAA360 (or 0xDAA360) is known color: Porsche. HEX triplet: DA, A3 and 60. RGB value is (218,163,96). Sum of RGB (Red+Green+Blue) = 218+163+96=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA360 is #255C9F. Grayscale: #ACACAC. Windows color (decimal): -2448544 or 6333402. OLE color: 6333402.

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

Color convert

RGB 218 163 96 -
CMYK 0 0.25 0.56 0.15
HSL 32.95º 0.62% 0.62% -
HSV(B) 32.95º 0.56% 0.85% -
XYZ 44.12 41.94 16.84 -
YUV 171.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 218 163 96 0 0.25 0.56 0.15 32.95 0.62 0.62
Hex DA A3 60 0 19 38 F 21 3E 3E
Octal 332 243 140 0 31 70 17 41 76 76
Binary 11011010 10100011 1100000 0 11001 111000 1111 100001 111110 111110

Color Harmonies of #DAA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA360

Black with #DAA360

Text Example


Text Example

White with #DAA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA360; }

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

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

background-color css

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

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

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

border-color css

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

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

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