Html Css Color HEX #DAA258 Porsche

📋 copy color: '#DAA258'

red 218 ◦ green 162 ◦ blue 88

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

Shades of Porsche #DAA258

Tints of Porsche #DAA258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.8%

R = 46.58%
G = 34.62%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAA258 (or 0xDAA258) is known color: Porsche. HEX triplet: DA, A2 and 58. RGB value is (218,162,88). Sum of RGB (Red+Green+Blue) = 218+162+88=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA258 is #255DA7. Grayscale: #AAAAAA. Windows color (decimal): -2448808 or 5808858. OLE color: 5808858.

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

Color convert

RGB 218 162 88 -
CMYK 0 0.26 0.60 0.15
HSL 34.15º 0.64% 0.6% -
HSV(B) 34.15º 0.6% 0.85% -
XYZ 43.6 41.45 14.94 -
YUV 170.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 218 162 88 0 0.26 0.60 0.15 34.15 0.64 0.6
Hex DA A2 58 0 1A 3C F 22 40 3C
Octal 332 242 130 0 32 74 17 42 100 74
Binary 11011010 10100010 1011000 0 11010 111100 1111 100010 1000000 111100

Color Harmonies of #DAA258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA258

Black with #DAA258

Text Example


Text Example

White with #DAA258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA258; }

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

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

background-color css

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

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

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

border-color css

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

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

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