Html Css Color HEX #DAA263 Porsche

📋 copy color: '#DAA263'

red 218 ◦ green 162 ◦ blue 99

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

Shades of Porsche #DAA263

Tints of Porsche #DAA263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.67%

R = 45.51%
G = 33.82%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAA263 (or 0xDAA263) is known color: Porsche. HEX triplet: DA, A2 and 63. RGB value is (218,162,99). Sum of RGB (Red+Green+Blue) = 218+162+99=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA263 is #255D9C. Grayscale: #ABABAB. Windows color (decimal): -2448797 or 6529754. OLE color: 6529754.

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

Color convert

RGB 218 162 99 -
CMYK 0 0.26 0.55 0.15
HSL 31.76º 0.62% 0.62% -
HSV(B) 31.76º 0.55% 0.85% -
XYZ 44.09 41.65 17.52 -
YUV 171.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 218 162 99 0 0.26 0.55 0.15 31.76 0.62 0.62
Hex DA A2 63 0 1A 37 F 20 3E 3E
Octal 332 242 143 0 32 67 17 40 76 76
Binary 11011010 10100010 1100011 0 11010 110111 1111 100000 111110 111110

Color Harmonies of #DAA263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA263

Black with #DAA263

Text Example


Text Example

White with #DAA263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA263; }

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

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

background-color css

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

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

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

border-color css

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

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

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