Html Css Color HEX #DAA268 Porsche

📋 copy color: '#DAA268'

red 218 ◦ green 162 ◦ blue 104

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

Shades of Porsche #DAA268

Tints of Porsche #DAA268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.47%

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

R = 45.04%
G = 33.47%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAA268 (or 0xDAA268) is known color: Porsche. HEX triplet: DA, A2 and 68. RGB value is (218,162,104). Sum of RGB (Red+Green+Blue) = 218+162+104=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA268 is #255D97. Grayscale: #ACACAC. Windows color (decimal): -2448792 or 6857434. OLE color: 6857434.

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

Color convert

RGB 218 162 104 -
CMYK 0 0.26 0.52 0.15
HSL 30.53º 0.61% 0.63% -
HSV(B) 30.53º 0.52% 0.85% -
XYZ 44.33 41.75 18.82 -
YUV 172.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 218 162 104 0 0.26 0.52 0.15 30.53 0.61 0.63
Hex DA A2 68 0 1A 34 F 1F 3D 3F
Octal 332 242 150 0 32 64 17 37 75 77
Binary 11011010 10100010 1101000 0 11010 110100 1111 11111 111101 111111

Color Harmonies of #DAA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA268

Black with #DAA268

Text Example


Text Example

White with #DAA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA268; }

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

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

background-color css

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

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

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

border-color css

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

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

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