Html Css Color HEX #DCB067 Equator

📋 copy color: '#DCB067'

red 220 ◦ green 176 ◦ blue 103

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

Shades of Equator #DCB067

Tints of Equator #DCB067

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.27%

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

R = 44.09%
G = 35.27%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCB067 (or 0xDCB067) is known color: Equator. HEX triplet: DC, B0 and 67. RGB value is (220,176,103). Sum of RGB (Red+Green+Blue) = 220+176+103=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB067 is #234F98. Grayscale: #B5B5B5. Windows color (decimal): -2314137 or 6795484. OLE color: 6795484.

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

Color convert

RGB 220 176 103 -
CMYK 0 0.2 0.53 0.14
HSL 37.44º 0.63% 0.63% -
HSV(B) 37.44º 0.53% 0.86% -
XYZ 47.49 47.25 19.45 -
YUV 180.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 220 176 103 0 0.2 0.53 0.14 37.44 0.63 0.63
Hex DC B0 67 0 14 35 E 25 3F 3F
Octal 334 260 147 0 24 65 16 45 77 77
Binary 11011100 10110000 1100111 0 10100 110101 1110 100101 111111 111111

Color Harmonies of #DCB067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB067

Black with #DCB067

Text Example


Text Example

White with #DCB067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB067; }

 p { color: rgb(220,176,103); }

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

background-color css

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

 a { background-color: rgb(220,176,103); }

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

border-color css

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

 span { border-color: rgb(220,176,103); }

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