Html Css Color HEX #DCB068 Equator

📋 copy color: '#DCB068'

red 220 ◦ green 176 ◦ blue 104

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

Shades of Equator #DCB068

Tints of Equator #DCB068

RGB

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

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

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

R = 44%
G = 35.2%
B = 20.8%

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

#DCB068 (or 0xDCB068) is known color: Equator. HEX triplet: DC, B0 and 68. RGB value is (220,176,104). Sum of RGB (Red+Green+Blue) = 220+176+104=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB068 is #234F97. Grayscale: #B5B5B5. Windows color (decimal): -2314136 or 6861020. OLE color: 6861020.

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

Color convert

RGB 220 176 104 -
CMYK 0 0.2 0.53 0.14
HSL 37.24º 0.62% 0.64% -
HSV(B) 37.24º 0.53% 0.86% -
XYZ 47.54 47.27 19.71 -
YUV 180.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 220 176 104 0 0.2 0.53 0.14 37.24 0.62 0.64
Hex DC B0 68 0 14 35 E 25 3E 40
Octal 334 260 150 0 24 65 16 45 76 100
Binary 11011100 10110000 1101000 0 10100 110101 1110 100101 111110 1000000

Color Harmonies of #DCB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB068

Black with #DCB068

Text Example


Text Example

White with #DCB068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB068; }

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

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

background-color css

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

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

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

border-color css

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

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

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