Html Css Color HEX #DAA462 Porsche

📋 copy color: '#DAA462'

red 218 ◦ green 164 ◦ blue 98

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

Shades of Porsche #DAA462

Tints of Porsche #DAA462

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

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

R = 45.42%
G = 34.17%
B = 20.42%

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

#DAA462 (or 0xDAA462) is known color: Porsche. HEX triplet: DA, A4 and 62. RGB value is (218,164,98). Sum of RGB (Red+Green+Blue) = 218+164+98=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA462 is #255B9D. Grayscale: #ACACAC. Windows color (decimal): -2448286 or 6464730. OLE color: 6464730.

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

Color convert

RGB 218 164 98 -
CMYK 0 0.25 0.55 0.15
HSL 33º 0.62% 0.62% -
HSV(B) 33º 0.55% 0.85% -
XYZ 44.39 42.34 17.39 -
YUV 172.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 218 164 98 0 0.25 0.55 0.15 33 0.62 0.62
Hex DA A4 62 0 19 37 F 21 3E 3E
Octal 332 244 142 0 31 67 17 41 76 76
Binary 11011010 10100100 1100010 0 11001 110111 1111 100001 111110 111110

Color Harmonies of #DAA462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA462

Black with #DAA462

Text Example


Text Example

White with #DAA462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA462; }

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

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

background-color css

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

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

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

border-color css

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

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

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