Html Css Color HEX #DBB568 Equator

📋 copy color: '#DBB568'

red 219 ◦ green 181 ◦ blue 104

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

Shades of Equator #DBB568

Tints of Equator #DBB568

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.91%

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

R = 43.45%
G = 35.91%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBB568 (or 0xDBB568) is known color: Equator. HEX triplet: DB, B5 and 68. RGB value is (219,181,104). Sum of RGB (Red+Green+Blue) = 219+181+104=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB568 is #244A97. Grayscale: #B7B7B7. Windows color (decimal): -2378392 or 6862299. OLE color: 6862299.

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

Color convert

RGB 219 181 104 -
CMYK 0 0.17 0.53 0.14
HSL 40.17º 0.61% 0.63% -
HSV(B) 40.17º 0.53% 0.86% -
XYZ 48.24 49.11 20.03 -
YUV 183.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 219 181 104 0 0.17 0.53 0.14 40.17 0.61 0.63
Hex DB B5 68 0 11 35 E 28 3D 3F
Octal 333 265 150 0 21 65 16 50 75 77
Binary 11011011 10110101 1101000 0 10001 110101 1110 101000 111101 111111

Color Harmonies of #DBB568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB568

Black with #DBB568

Text Example


Text Example

White with #DBB568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB568; }

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

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

background-color css

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

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

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

border-color css

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

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

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