Html Css Color HEX #DAA357 Porsche

📋 copy color: '#DAA357'

red 218 ◦ green 163 ◦ blue 87

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

Shades of Porsche #DAA357

Tints of Porsche #DAA357

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.83%

 BLUE value IS 87 (34.38% from 255) = 18.59%

R = 46.58%
G = 34.83%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAA357 (or 0xDAA357) is known color: Porsche. HEX triplet: DA, A3 and 57. RGB value is (218,163,87). Sum of RGB (Red+Green+Blue) = 218+163+87=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA357 is #255CA8. Grayscale: #ABABAB. Windows color (decimal): -2448553 or 5743578. OLE color: 5743578.

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

Color convert

RGB 218 163 87 -
CMYK 0 0.25 0.60 0.15
HSL 34.81º 0.64% 0.6% -
HSV(B) 34.81º 0.6% 0.85% -
XYZ 43.73 41.79 14.78 -
YUV 170.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 218 163 87 0 0.25 0.60 0.15 34.81 0.64 0.6
Hex DA A3 57 0 19 3C F 23 40 3C
Octal 332 243 127 0 31 74 17 43 100 74
Binary 11011010 10100011 1010111 0 11001 111100 1111 100011 1000000 111100

Color Harmonies of #DAA357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA357

Black with #DAA357

Text Example


Text Example

White with #DAA357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA357; }

 p { color: rgb(218,163,87); }

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

background-color css

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

 a { background-color: rgb(218,163,87); }

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

border-color css

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

 span { border-color: rgb(218,163,87); }

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