Html Css Color HEX #DAA368 Porsche

📋 copy color: '#DAA368'

red 218 ◦ green 163 ◦ blue 104

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

Shades of Porsche #DAA368

Tints of Porsche #DAA368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.44%

R = 44.95%
G = 33.61%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAA368 (or 0xDAA368) is known color: Porsche. HEX triplet: DA, A3 and 68. RGB value is (218,163,104). Sum of RGB (Red+Green+Blue) = 218+163+104=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA368 is #255C97. Grayscale: #ADADAD. Windows color (decimal): -2448536 or 6857690. OLE color: 6857690.

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

Color convert

RGB 218 163 104 -
CMYK 0 0.25 0.52 0.15
HSL 31.05º 0.61% 0.63% -
HSV(B) 31.05º 0.52% 0.85% -
XYZ 44.51 42.1 18.88 -
YUV 172.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 218 163 104 0 0.25 0.52 0.15 31.05 0.61 0.63
Hex DA A3 68 0 19 34 F 1F 3D 3F
Octal 332 243 150 0 31 64 17 37 75 77
Binary 11011010 10100011 1101000 0 11001 110100 1111 11111 111101 111111

Color Harmonies of #DAA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA368

Black with #DAA368

Text Example


Text Example

White with #DAA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA368; }

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

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

background-color css

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

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

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

border-color css

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

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

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