Html Css Color HEX #DBB462 Equator

📋 copy color: '#DBB462'

red 219 ◦ green 180 ◦ blue 98

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

Shades of Equator #DBB462

Tints of Equator #DBB462

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.22%

 BLUE value IS 98 (38.67% from 255) = 19.72%

R = 44.06%
G = 36.22%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBB462 (or 0xDBB462) is known color: Equator. HEX triplet: DB, B4 and 62. RGB value is (219,180,98). Sum of RGB (Red+Green+Blue) = 219+180+98=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB462 is #244B9D. Grayscale: #B6B6B6. Windows color (decimal): -2378654 or 6468827. OLE color: 6468827.

HSL color Cylindrical-coordinate representation of color #DBB462: hue angle of 40.66º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBB462 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 180 98 -
CMYK 0 0.18 0.55 0.14
HSL 40.66º 0.63% 0.62% -
HSV(B) 40.66º 0.55% 0.86% -
XYZ 47.74 48.58 18.42 -
YUV 182.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 219 180 98 0 0.18 0.55 0.14 40.66 0.63 0.62
Hex DB B4 62 0 12 37 E 29 3F 3E
Octal 333 264 142 0 22 67 16 51 77 76
Binary 11011011 10110100 1100010 0 10010 110111 1110 101001 111111 111110

Color Harmonies of #DBB462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB462

Black with #DBB462

Text Example


Text Example

White with #DBB462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB462; }

 p { color: rgb(219,180,98); }

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

background-color css

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

 a { background-color: rgb(219,180,98); }

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

border-color css

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

 span { border-color: rgb(219,180,98); }

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