Html Css Color HEX #DBB367 Equator

📋 copy color: '#DBB367'

red 219 ◦ green 179 ◦ blue 103

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

Shades of Equator #DBB367

Tints of Equator #DBB367

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.73%

 BLUE value IS 103 (40.63% from 255) = 20.56%

R = 43.71%
G = 35.73%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBB367 (or 0xDBB367) is known color: Equator. HEX triplet: DB, B3 and 67. RGB value is (219,179,103). Sum of RGB (Red+Green+Blue) = 219+179+103=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB367 is #244C98. Grayscale: #B6B6B6. Windows color (decimal): -2378905 or 6796251. OLE color: 6796251.

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

Color convert

RGB 219 179 103 -
CMYK 0 0.18 0.53 0.14
HSL 39.31º 0.62% 0.63% -
HSV(B) 39.31º 0.53% 0.86% -
XYZ 47.78 48.28 19.63 -
YUV 182.3 83.25 154.18 -
System Red Green Blue C M Y K H S L
Decimal 219 179 103 0 0.18 0.53 0.14 39.31 0.62 0.63
Hex DB B3 67 0 12 35 E 27 3E 3F
Octal 333 263 147 0 22 65 16 47 76 77
Binary 11011011 10110011 1100111 0 10010 110101 1110 100111 111110 111111

Color Harmonies of #DBB367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB367

Black with #DBB367

Text Example


Text Example

White with #DBB367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB367; }

 p { color: rgb(219,179,103); }

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

background-color css

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

 a { background-color: rgb(219,179,103); }

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

border-color css

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

 span { border-color: rgb(219,179,103); }

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