Html Css Color HEX #DAA461 Porsche

📋 copy color: '#DAA461'

red 218 ◦ green 164 ◦ blue 97

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

Shades of Porsche #DAA461

Tints of Porsche #DAA461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 45.51%
G = 34.24%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAA461 (or 0xDAA461) is known color: Porsche. HEX triplet: DA, A4 and 61. RGB value is (218,164,97). Sum of RGB (Red+Green+Blue) = 218+164+97=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA461 is #255B9E. Grayscale: #ACACAC. Windows color (decimal): -2448287 or 6399194. OLE color: 6399194.

HSL color Cylindrical-coordinate representation of color #DAA461: hue angle of 33.22º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAA461 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 164 97 -
CMYK 0 0.25 0.56 0.15
HSL 33.22º 0.62% 0.62% -
HSV(B) 33.22º 0.56% 0.85% -
XYZ 44.35 42.32 17.14 -
YUV 172.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 218 164 97 0 0.25 0.56 0.15 33.22 0.62 0.62
Hex DA A4 61 0 19 38 F 21 3E 3E
Octal 332 244 141 0 31 70 17 41 76 76
Binary 11011010 10100100 1100001 0 11001 111000 1111 100001 111110 111110

Color Harmonies of #DAA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA461

Black with #DAA461

Text Example


Text Example

White with #DAA461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA461; }

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

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

background-color css

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

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

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

border-color css

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

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

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