Html Css Color HEX #DAA569 Porsche

📋 copy color: '#DAA569'

red 218 ◦ green 165 ◦ blue 105

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

Shades of Porsche #DAA569

Tints of Porsche #DAA569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.52%

R = 44.67%
G = 33.81%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAA569 (or 0xDAA569) is known color: Porsche. HEX triplet: DA, A5 and 69. RGB value is (218,165,105). Sum of RGB (Red+Green+Blue) = 218+165+105=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA569 is #255A96. Grayscale: #AEAEAE. Windows color (decimal): -2448023 or 6923738. OLE color: 6923738.

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

Color convert

RGB 218 165 105 -
CMYK 0 0.24 0.52 0.15
HSL 31.86º 0.6% 0.63% -
HSV(B) 31.86º 0.52% 0.85% -
XYZ 44.92 42.84 19.27 -
YUV 174.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 218 165 105 0 0.24 0.52 0.15 31.86 0.6 0.63
Hex DA A5 69 0 18 34 F 20 3C 3F
Octal 332 245 151 0 30 64 17 40 74 77
Binary 11011010 10100101 1101001 0 11000 110100 1111 100000 111100 111111

Color Harmonies of #DAA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA569

Black with #DAA569

Text Example


Text Example

White with #DAA569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA569; }

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

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

background-color css

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

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

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

border-color css

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

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

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