Html Css Color HEX #DBA962 Equator

📋 copy color: '#DBA962'

red 219 ◦ green 169 ◦ blue 98

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

Shades of Equator #DBA962

Tints of Equator #DBA962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.77%

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

R = 45.06%
G = 34.77%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBA962 (or 0xDBA962) is known color: Equator. HEX triplet: DB, A9 and 62. RGB value is (219,169,98). Sum of RGB (Red+Green+Blue) = 219+169+98=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA962 is #24569D. Grayscale: #B0B0B0. Windows color (decimal): -2381470 or 6466011. OLE color: 6466011.

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

Color convert

RGB 219 169 98 -
CMYK 0 0.23 0.55 0.14
HSL 35.21º 0.63% 0.62% -
HSV(B) 35.21º 0.55% 0.86% -
XYZ 45.61 44.32 17.71 -
YUV 175.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 219 169 98 0 0.23 0.55 0.14 35.21 0.63 0.62
Hex DB A9 62 0 17 37 E 23 3F 3E
Octal 333 251 142 0 27 67 16 43 77 76
Binary 11011011 10101001 1100010 0 10111 110111 1110 100011 111111 111110

Color Harmonies of #DBA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA962

Black with #DBA962

Text Example


Text Example

White with #DBA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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