Html Css Color HEX #DCB853 Rob Roy

📋 copy color: '#DCB853'

red 220 ◦ green 184 ◦ blue 83

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

Shades of Rob Roy #DCB853

Tints of Rob Roy #DCB853

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.78%

 BLUE value IS 83 (32.81% from 255) = 17.04%

R = 45.17%
G = 37.78%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCB853 (or 0xDCB853) is known color: Rob Roy. HEX triplet: DC, B8 and 53. RGB value is (220,184,83). Sum of RGB (Red+Green+Blue) = 220+184+83=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB853 is #2347AC. Grayscale: #B7B7B7. Windows color (decimal): -2312109 or 5486812. OLE color: 5486812.

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

Color convert

RGB 220 184 83 -
CMYK 0 0.16 0.62 0.14
HSL 44.23º 0.66% 0.59% -
HSV(B) 44.23º 0.62% 0.86% -
XYZ 48.22 50.12 15.32 -
YUV 183.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 220 184 83 0 0.16 0.62 0.14 44.23 0.66 0.59
Hex DC B8 53 0 10 3E E 2C 42 3B
Octal 334 270 123 0 20 76 16 54 102 73
Binary 11011100 10111000 1010011 0 10000 111110 1110 101100 1000010 111011

Color Harmonies of #DCB853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB853

Black with #DCB853

Text Example


Text Example

White with #DCB853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB853; }

 p { color: rgb(220,184,83); }

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

background-color css

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

 a { background-color: rgb(220,184,83); }

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

border-color css

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

 span { border-color: rgb(220,184,83); }

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