Html Css Color HEX #DCB058 Rob Roy

📋 copy color: '#DCB058'

red 220 ◦ green 176 ◦ blue 88

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

Shades of Rob Roy #DCB058

Tints of Rob Roy #DCB058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.18%

R = 45.45%
G = 36.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCB058 (or 0xDCB058) is known color: Rob Roy. HEX triplet: DC, B0 and 58. RGB value is (220,176,88). Sum of RGB (Red+Green+Blue) = 220+176+88=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB058 is #234FA7. Grayscale: #B3B3B3. Windows color (decimal): -2314152 or 5812444. OLE color: 5812444.

HSL color Cylindrical-coordinate representation of color #DCB058: hue angle of 40º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCB058 is Cyan = 0, Magento = 0.2, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 88 -
CMYK 0 0.2 0.6 0.14
HSL 40º 0.65% 0.6% -
HSV(B) 40º 0.6% 0.86% -
XYZ 46.8 46.97 15.83 -
YUV 179.12 76.58 157.16 -
System Red Green Blue C M Y K H S L
Decimal 220 176 88 0 0.2 0.6 0.14 40 0.65 0.6
Hex DC B0 58 0 14 3C E 28 41 3C
Octal 334 260 130 0 24 74 16 50 101 74
Binary 11011100 10110000 1011000 0 10100 111100 1110 101000 1000001 111100

Color Harmonies of #DCB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB058

Black with #DCB058

Text Example


Text Example

White with #DCB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB058; }

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

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

background-color css

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

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

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

border-color css

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

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

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