Html Css Color HEX #DBB15B Equator

📋 copy color: '#DBB15B'

red 219 ◦ green 177 ◦ blue 91

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

Shades of Equator #DBB15B

Tints of Equator #DBB15B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.34%

 BLUE value IS 91 (35.94% from 255) = 18.69%

R = 44.97%
G = 36.34%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBB15B (or 0xDBB15B) is known color: Equator. HEX triplet: DB, B1 and 5B. RGB value is (219,177,91). Sum of RGB (Red+Green+Blue) = 219+177+91=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB15B is #244EA4. Grayscale: #B4B4B4. Windows color (decimal): -2379429 or 6009307. OLE color: 6009307.

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

Color convert

RGB 219 177 91 -
CMYK 0 0.19 0.58 0.14
HSL 40.31º 0.64% 0.61% -
HSV(B) 40.31º 0.58% 0.86% -
XYZ 46.82 47.26 16.55 -
YUV 179.75 77.91 155.99 -
System Red Green Blue C M Y K H S L
Decimal 219 177 91 0 0.19 0.58 0.14 40.31 0.64 0.61
Hex DB B1 5B 0 13 3A E 28 40 3D
Octal 333 261 133 0 23 72 16 50 100 75
Binary 11011011 10110001 1011011 0 10011 111010 1110 101000 1000000 111101

Color Harmonies of #DBB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB15B

Black with #DBB15B

Text Example


Text Example

White with #DBB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB15B; }

 p { color: rgb(219,177,91); }

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

background-color css

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

 a { background-color: rgb(219,177,91); }

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

border-color css

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

 span { border-color: rgb(219,177,91); }

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