Html Css Color HEX #DCB756 Rob Roy

📋 copy color: '#DCB756'

red 220 ◦ green 183 ◦ blue 86

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

Shades of Rob Roy #DCB756

Tints of Rob Roy #DCB756

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.42%

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

R = 44.99%
G = 37.42%
B = 17.59%

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

#DCB756 (or 0xDCB756) is known color: Rob Roy. HEX triplet: DC, B7 and 56. RGB value is (220,183,86). Sum of RGB (Red+Green+Blue) = 220+183+86=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB756 is #2348A9. Grayscale: #B7B7B7. Windows color (decimal): -2312362 or 5683164. OLE color: 5683164.

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

Color convert

RGB 220 183 86 -
CMYK 0 0.17 0.61 0.14
HSL 43.43º 0.66% 0.6% -
HSV(B) 43.43º 0.61% 0.86% -
XYZ 48.13 49.75 15.87 -
YUV 183.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 220 183 86 0 0.17 0.61 0.14 43.43 0.66 0.6
Hex DC B7 56 0 11 3D E 2B 42 3C
Octal 334 267 126 0 21 75 16 53 102 74
Binary 11011100 10110111 1010110 0 10001 111101 1110 101011 1000010 111100

Color Harmonies of #DCB756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB756

Black with #DCB756

Text Example


Text Example

White with #DCB756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB756; }

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

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

background-color css

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

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

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

border-color css

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

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

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