Html Css Color HEX #DAA563 Porsche

📋 copy color: '#DAA563'

red 218 ◦ green 165 ◦ blue 99

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

Shades of Porsche #DAA563

Tints of Porsche #DAA563

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

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

R = 45.23%
G = 34.23%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAA563 (or 0xDAA563) is known color: Porsche. HEX triplet: DA, A5 and 63. RGB value is (218,165,99). Sum of RGB (Red+Green+Blue) = 218+165+99=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA563 is #255A9C. Grayscale: #ADADAD. Windows color (decimal): -2448029 or 6530522. OLE color: 6530522.

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

Color convert

RGB 218 165 99 -
CMYK 0 0.24 0.55 0.15
HSL 33.28º 0.62% 0.62% -
HSV(B) 33.28º 0.55% 0.85% -
XYZ 44.62 42.72 17.7 -
YUV 173.32 86.06 159.87 -
System Red Green Blue C M Y K H S L
Decimal 218 165 99 0 0.24 0.55 0.15 33.28 0.62 0.62
Hex DA A5 63 0 18 37 F 21 3E 3E
Octal 332 245 143 0 30 67 17 41 76 76
Binary 11011010 10100101 1100011 0 11000 110111 1111 100001 111110 111110

Color Harmonies of #DAA563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA563

Black with #DAA563

Text Example


Text Example

White with #DAA563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA563; }

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

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

background-color css

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

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

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

border-color css

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

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

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