Html Css Color HEX #DAA35D Porsche

📋 copy color: '#DAA35D'

red 218 ◦ green 163 ◦ blue 93

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

Shades of Porsche #DAA35D

Tints of Porsche #DAA35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.62%

R = 45.99%
G = 34.39%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAA35D (or 0xDAA35D) is known color: Porsche. HEX triplet: DA, A3 and 5D. RGB value is (218,163,93). Sum of RGB (Red+Green+Blue) = 218+163+93=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA35D is #255CA2. Grayscale: #ABABAB. Windows color (decimal): -2448547 or 6136794. OLE color: 6136794.

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

Color convert

RGB 218 163 93 -
CMYK 0 0.25 0.57 0.15
HSL 33.6º 0.63% 0.61% -
HSV(B) 33.6º 0.57% 0.85% -
XYZ 43.99 41.89 16.12 -
YUV 171.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 218 163 93 0 0.25 0.57 0.15 33.6 0.63 0.61
Hex DA A3 5D 0 19 39 F 22 3F 3D
Octal 332 243 135 0 31 71 17 42 77 75
Binary 11011010 10100011 1011101 0 11001 111001 1111 100010 111111 111101

Color Harmonies of #DAA35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA35D

Black with #DAA35D

Text Example


Text Example

White with #DAA35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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