Html Css Color HEX #DCB158 Rob Roy

📋 copy color: '#DCB158'

red 220 ◦ green 177 ◦ blue 88

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

Shades of Rob Roy #DCB158

Tints of Rob Roy #DCB158

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

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

R = 45.36%
G = 36.49%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCB158 (or 0xDCB158) is known color: Rob Roy. HEX triplet: DC, B1 and 58. RGB value is (220,177,88). Sum of RGB (Red+Green+Blue) = 220+177+88=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB158 is #234EA7. Grayscale: #B4B4B4. Windows color (decimal): -2313896 or 5812700. OLE color: 5812700.

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

Color convert

RGB 220 177 88 -
CMYK 0 0.20 0.6 0.14
HSL 40.45º 0.65% 0.6% -
HSV(B) 40.45º 0.6% 0.86% -
XYZ 47 47.36 15.9 -
YUV 179.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 220 177 88 0 0.20 0.6 0.14 40.45 0.65 0.6
Hex DC B1 58 0 14 3C E 28 41 3C
Octal 334 261 130 0 24 74 16 50 101 74
Binary 11011100 10110001 1011000 0 10100 111100 1110 101000 1000001 111100

Color Harmonies of #DCB158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB158

Black with #DCB158

Text Example


Text Example

White with #DCB158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB158; }

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

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

background-color css

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

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

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

border-color css

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

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

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