Html Css Color HEX #DCB954 Rob Roy

📋 copy color: '#DCB954'

red 220 ◦ green 185 ◦ blue 84

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

Shades of Rob Roy #DCB954

Tints of Rob Roy #DCB954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.18%

R = 44.99%
G = 37.83%
B = 17.18%

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

#DCB954 (or 0xDCB954) is known color: Rob Roy. HEX triplet: DC, B9 and 54. RGB value is (220,185,84). Sum of RGB (Red+Green+Blue) = 220+185+84=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB954 is #2346AB. Grayscale: #B8B8B8. Windows color (decimal): -2311852 or 5552604. OLE color: 5552604.

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

Color convert

RGB 220 185 84 -
CMYK 0 0.16 0.62 0.14
HSL 44.56º 0.66% 0.6% -
HSV(B) 44.56º 0.62% 0.86% -
XYZ 48.46 50.55 15.59 -
YUV 183.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 220 185 84 0 0.16 0.62 0.14 44.56 0.66 0.6
Hex DC B9 54 0 10 3E E 2D 42 3C
Octal 334 271 124 0 20 76 16 55 102 74
Binary 11011100 10111001 1010100 0 10000 111110 1110 101101 1000010 111100

Color Harmonies of #DCB954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB954

Black with #DCB954

Text Example


Text Example

White with #DCB954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB954; }

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

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

background-color css

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

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

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

border-color css

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

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

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