Html Css Color HEX #DCB154 Rob Roy

📋 copy color: '#DCB154'

red 220 ◦ green 177 ◦ blue 84

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

Shades of Rob Roy #DCB154

Tints of Rob Roy #DCB154

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.8%

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

R = 45.74%
G = 36.8%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCB154 (or 0xDCB154) is known color: Rob Roy. HEX triplet: DC, B1 and 54. RGB value is (220,177,84). Sum of RGB (Red+Green+Blue) = 220+177+84=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB154 is #234EAB. Grayscale: #B3B3B3. Windows color (decimal): -2313900 or 5550556. OLE color: 5550556.

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

Color convert

RGB 220 177 84 -
CMYK 0 0.20 0.62 0.14
HSL 41.03º 0.66% 0.6% -
HSV(B) 41.03º 0.62% 0.86% -
XYZ 46.84 47.3 15.05 -
YUV 179.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 220 177 84 0 0.20 0.62 0.14 41.03 0.66 0.6
Hex DC B1 54 0 14 3E E 29 42 3C
Octal 334 261 124 0 24 76 16 51 102 74
Binary 11011100 10110001 1010100 0 10100 111110 1110 101001 1000010 111100

Color Harmonies of #DCB154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB154

Black with #DCB154

Text Example


Text Example

White with #DCB154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB154; }

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

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

background-color css

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

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

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

border-color css

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

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

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