Html Css Color HEX #DCB268 Equator

📋 copy color: '#DCB268'

red 220 ◦ green 178 ◦ blue 104

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

Shades of Equator #DCB268

Tints of Equator #DCB268

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.46%

 BLUE value IS 104 (41.02% from 255) = 20.72%

R = 43.82%
G = 35.46%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCB268 (or 0xDCB268) is known color: Equator. HEX triplet: DC, B2 and 68. RGB value is (220,178,104). Sum of RGB (Red+Green+Blue) = 220+178+104=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB268 is #234D97. Grayscale: #B6B6B6. Windows color (decimal): -2313624 or 6861532. OLE color: 6861532.

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

Color convert

RGB 220 178 104 -
CMYK 0 0.19 0.53 0.14
HSL 38.28º 0.62% 0.64% -
HSV(B) 38.28º 0.53% 0.86% -
XYZ 47.93 48.06 19.85 -
YUV 182.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 220 178 104 0 0.19 0.53 0.14 38.28 0.62 0.64
Hex DC B2 68 0 13 35 E 26 3E 40
Octal 334 262 150 0 23 65 16 46 76 100
Binary 11011100 10110010 1101000 0 10011 110101 1110 100110 111110 1000000

Color Harmonies of #DCB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB268

Black with #DCB268

Text Example


Text Example

White with #DCB268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB268; }

 p { color: rgb(220,178,104); }

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

background-color css

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

 a { background-color: rgb(220,178,104); }

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

border-color css

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

 span { border-color: rgb(220,178,104); }

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