Html Css Color HEX #DCB962 Equator

📋 copy color: '#DCB962'

red 220 ◦ green 185 ◦ blue 98

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

Shades of Equator #DCB962

Tints of Equator #DCB962

RGB

 RED value IS 220 (86.33% from 255) = 43.74%

 GREEN value IS 185 (72.66% from 255) = 36.78%

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

R = 43.74%
G = 36.78%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCB962 (or 0xDCB962) is known color: Equator. HEX triplet: DC, B9 and 62. RGB value is (220,185,98). Sum of RGB (Red+Green+Blue) = 220+185+98=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB962 is #23469D. Grayscale: #B9B9B9. Windows color (decimal): -2311838 or 6470108. OLE color: 6470108.

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

Color convert

RGB 220 185 98 -
CMYK 0 0.16 0.55 0.14
HSL 42.79º 0.64% 0.62% -
HSV(B) 42.79º 0.55% 0.86% -
XYZ 49.07 50.8 18.77 -
YUV 185.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 220 185 98 0 0.16 0.55 0.14 42.79 0.64 0.62
Hex DC B9 62 0 10 37 E 2B 40 3E
Octal 334 271 142 0 20 67 16 53 100 76
Binary 11011100 10111001 1100010 0 10000 110111 1110 101011 1000000 111110

Color Harmonies of #DCB962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB962

Black with #DCB962

Text Example


Text Example

White with #DCB962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB962; }

 p { color: rgb(220,185,98); }

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

background-color css

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

 a { background-color: rgb(220,185,98); }

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

border-color css

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

 span { border-color: rgb(220,185,98); }

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