Html Css Color HEX #DCB558 Rob Roy

📋 copy color: '#DCB558'

red 220 ◦ green 181 ◦ blue 88

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

Shades of Rob Roy #DCB558

Tints of Rob Roy #DCB558

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.01%

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

R = 44.99%
G = 37.01%
B = 18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCB558 (or 0xDCB558) is known color: Rob Roy. HEX triplet: DC, B5 and 58. RGB value is (220,181,88). Sum of RGB (Red+Green+Blue) = 220+181+88=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB558 is #234AA7. Grayscale: #B6B6B6. Windows color (decimal): -2312872 or 5813724. OLE color: 5813724.

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

Color convert

RGB 220 181 88 -
CMYK 0 0.18 0.6 0.14
HSL 42.27º 0.65% 0.6% -
HSV(B) 42.27º 0.6% 0.86% -
XYZ 47.8 48.97 16.16 -
YUV 182.06 74.92 155.06 -
System Red Green Blue C M Y K H S L
Decimal 220 181 88 0 0.18 0.6 0.14 42.27 0.65 0.6
Hex DC B5 58 0 12 3C E 2A 41 3C
Octal 334 265 130 0 22 74 16 52 101 74
Binary 11011100 10110101 1011000 0 10010 111100 1110 101010 1000001 111100

Color Harmonies of #DCB558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB558

Black with #DCB558

Text Example


Text Example

White with #DCB558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB558; }

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

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

background-color css

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

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

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

border-color css

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

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

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