Html Css Color HEX #DCB953 Rob Roy

📋 copy color: '#DCB953'

red 220 ◦ green 185 ◦ blue 83

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

Shades of Rob Roy #DCB953

Tints of Rob Roy #DCB953

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.91%

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

R = 45.08%
G = 37.91%
B = 17.01%

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

#DCB953 (or 0xDCB953) is known color: Rob Roy. HEX triplet: DC, B9 and 53. RGB value is (220,185,83). Sum of RGB (Red+Green+Blue) = 220+185+83=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB953 is #2346AC. Grayscale: #B8B8B8. Windows color (decimal): -2311853 or 5487068. OLE color: 5487068.

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

Color convert

RGB 220 185 83 -
CMYK 0 0.16 0.62 0.14
HSL 44.67º 0.66% 0.59% -
HSV(B) 44.67º 0.62% 0.86% -
XYZ 48.43 50.54 15.39 -
YUV 183.84 71.1 153.79 -
System Red Green Blue C M Y K H S L
Decimal 220 185 83 0 0.16 0.62 0.14 44.67 0.66 0.59
Hex DC B9 53 0 10 3E E 2D 42 3B
Octal 334 271 123 0 20 76 16 55 102 73
Binary 11011100 10111001 1010011 0 10000 111110 1110 101101 1000010 111011

Color Harmonies of #DCB953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB953

Black with #DCB953

Text Example


Text Example

White with #DCB953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB953; }

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

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

background-color css

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

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

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

border-color css

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

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

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