Html Css Color HEX #DAA362 Porsche

📋 copy color: '#DAA362'

red 218 ◦ green 163 ◦ blue 98

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

Shades of Porsche #DAA362

Tints of Porsche #DAA362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.46%

R = 45.51%
G = 34.03%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAA362 (or 0xDAA362) is known color: Porsche. HEX triplet: DA, A3 and 62. RGB value is (218,163,98). Sum of RGB (Red+Green+Blue) = 218+163+98=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA362 is #255C9D. Grayscale: #ACACAC. Windows color (decimal): -2448542 or 6464474. OLE color: 6464474.

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

Color convert

RGB 218 163 98 -
CMYK 0 0.25 0.55 0.15
HSL 32.5º 0.62% 0.62% -
HSV(B) 32.5º 0.55% 0.85% -
XYZ 44.22 41.98 17.33 -
YUV 172.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 218 163 98 0 0.25 0.55 0.15 32.5 0.62 0.62
Hex DA A3 62 0 19 37 F 20 3E 3E
Octal 332 243 142 0 31 67 17 40 76 76
Binary 11011010 10100011 1100010 0 11001 110111 1111 100000 111110 111110

Color Harmonies of #DAA362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA362

Black with #DAA362

Text Example


Text Example

White with #DAA362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA362; }

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

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

background-color css

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

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

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

border-color css

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

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

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