Html Css Color HEX #DBAD67 Equator

📋 copy color: '#DBAD67'

red 219 ◦ green 173 ◦ blue 103

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

Shades of Equator #DBAD67

Tints of Equator #DBAD67

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

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

R = 44.24%
G = 34.95%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBAD67 (or 0xDBAD67) is known color: Equator. HEX triplet: DB, AD and 67. RGB value is (219,173,103). Sum of RGB (Red+Green+Blue) = 219+173+103=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD67 is #245298. Grayscale: #B3B3B3. Windows color (decimal): -2380441 or 6794715. OLE color: 6794715.

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

Color convert

RGB 219 173 103 -
CMYK 0 0.21 0.53 0.14
HSL 36.21º 0.62% 0.63% -
HSV(B) 36.21º 0.53% 0.86% -
XYZ 46.61 45.93 19.24 -
YUV 178.77 85.24 156.69 -
System Red Green Blue C M Y K H S L
Decimal 219 173 103 0 0.21 0.53 0.14 36.21 0.62 0.63
Hex DB AD 67 0 15 35 E 24 3E 3F
Octal 333 255 147 0 25 65 16 44 76 77
Binary 11011011 10101101 1100111 0 10101 110101 1110 100100 111110 111111

Color Harmonies of #DBAD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD67

Black with #DBAD67

Text Example


Text Example

White with #DBAD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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