Html Css Color HEX #DCB656 Rob Roy

📋 copy color: '#DCB656'

red 220 ◦ green 182 ◦ blue 86

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

Shades of Rob Roy #DCB656

Tints of Rob Roy #DCB656

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.3%

 BLUE value IS 86 (33.98% from 255) = 17.62%

R = 45.08%
G = 37.3%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCB656 (or 0xDCB656) is known color: Rob Roy. HEX triplet: DC, B6 and 56. RGB value is (220,182,86). Sum of RGB (Red+Green+Blue) = 220+182+86=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB656 is #2349A9. Grayscale: #B6B6B6. Windows color (decimal): -2312618 or 5682908. OLE color: 5682908.

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

Color convert

RGB 220 182 86 -
CMYK 0 0.17 0.61 0.14
HSL 42.99º 0.66% 0.6% -
HSV(B) 42.99º 0.61% 0.86% -
XYZ 47.92 49.34 15.8 -
YUV 182.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 220 182 86 0 0.17 0.61 0.14 42.99 0.66 0.6
Hex DC B6 56 0 11 3D E 2B 42 3C
Octal 334 266 126 0 21 75 16 53 102 74
Binary 11011100 10110110 1010110 0 10001 111101 1110 101011 1000010 111100

Color Harmonies of #DCB656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB656

Black with #DCB656

Text Example


Text Example

White with #DCB656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB656; }

 p { color: rgb(220,182,86); }

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

background-color css

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

 a { background-color: rgb(220,182,86); }

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

border-color css

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

 span { border-color: rgb(220,182,86); }

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