Html Css Color HEX #DBA268 Porsche

📋 copy color: '#DBA268'

red 219 ◦ green 162 ◦ blue 104

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

Shades of Porsche #DBA268

Tints of Porsche #DBA268

RGB

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

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

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

R = 45.15%
G = 33.4%
B = 21.44%

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

#DBA268 (or 0xDBA268) is known color: Porsche. HEX triplet: DB, A2 and 68. RGB value is (219,162,104). Sum of RGB (Red+Green+Blue) = 219+162+104=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA268 is #245D97. Grayscale: #ACACAC. Windows color (decimal): -2383256 or 6857435. OLE color: 6857435.

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

Color convert

RGB 219 162 104 -
CMYK 0 0.26 0.53 0.14
HSL 30.26º 0.61% 0.63% -
HSV(B) 30.26º 0.53% 0.86% -
XYZ 44.63 41.9 18.83 -
YUV 172.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 219 162 104 0 0.26 0.53 0.14 30.26 0.61 0.63
Hex DB A2 68 0 1A 35 E 1E 3D 3F
Octal 333 242 150 0 32 65 16 36 75 77
Binary 11011011 10100010 1101000 0 11010 110101 1110 11110 111101 111111

Color Harmonies of #DBA268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA268

Black with #DBA268

Text Example


Text Example

White with #DBA268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA268; }

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

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

background-color css

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

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

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

border-color css

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

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

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