Html Css Color HEX #DCB355 Rob Roy

📋 copy color: '#DCB355'

red 220 ◦ green 179 ◦ blue 85

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

Shades of Rob Roy #DCB355

Tints of Rob Roy #DCB355

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

 BLUE value IS 85 (33.59% from 255) = 17.56%

R = 45.45%
G = 36.98%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCB355 (or 0xDCB355) is known color: Rob Roy. HEX triplet: DC, B3 and 55. RGB value is (220,179,85). Sum of RGB (Red+Green+Blue) = 220+179+85=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB355 is #234CAA. Grayscale: #B4B4B4. Windows color (decimal): -2313387 or 5616604. OLE color: 5616604.

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

Color convert

RGB 220 179 85 -
CMYK 0 0.19 0.61 0.14
HSL 41.78º 0.66% 0.6% -
HSV(B) 41.78º 0.61% 0.86% -
XYZ 47.27 48.11 15.39 -
YUV 180.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 220 179 85 0 0.19 0.61 0.14 41.78 0.66 0.6
Hex DC B3 55 0 13 3D E 2A 42 3C
Octal 334 263 125 0 23 75 16 52 102 74
Binary 11011100 10110011 1010101 0 10011 111101 1110 101010 1000010 111100

Color Harmonies of #DCB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB355

Black with #DCB355

Text Example


Text Example

White with #DCB355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB355; }

 p { color: rgb(220,179,85); }

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

background-color css

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

 a { background-color: rgb(220,179,85); }

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

border-color css

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

 span { border-color: rgb(220,179,85); }

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