Html Css Color HEX #DBA168 Porsche

📋 copy color: '#DBA168'

red 219 ◦ green 161 ◦ blue 104

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

Shades of Porsche #DBA168

Tints of Porsche #DBA168

RGB

 RED value IS 219 (85.94% from 255) = 45.25%

 GREEN value IS 161 (63.28% from 255) = 33.26%

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

R = 45.25%
G = 33.26%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBA168 (or 0xDBA168) is known color: Porsche. HEX triplet: DB, A1 and 68. RGB value is (219,161,104). Sum of RGB (Red+Green+Blue) = 219+161+104=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA168 is #245E97. Grayscale: #ACACAC. Windows color (decimal): -2383512 or 6857179. OLE color: 6857179.

HSL color Cylindrical-coordinate representation of color #DBA168: hue angle of 29.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBA168 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 161 104 -
CMYK 0 0.26 0.53 0.14
HSL 29.74º 0.61% 0.63% -
HSV(B) 29.74º 0.53% 0.86% -
XYZ 44.46 41.55 18.77 -
YUV 171.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 219 161 104 0 0.26 0.53 0.14 29.74 0.61 0.63
Hex DB A1 68 0 1A 35 E 1E 3D 3F
Octal 333 241 150 0 32 65 16 36 75 77
Binary 11011011 10100001 1101000 0 11010 110101 1110 11110 111101 111111

Color Harmonies of #DBA168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA168

Black with #DBA168

Text Example


Text Example

White with #DBA168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA168; }

 p { color: rgb(219,161,104); }

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

background-color css

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

 a { background-color: rgb(219,161,104); }

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

border-color css

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

 span { border-color: rgb(219,161,104); }

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