Html Css Color HEX #DCB153 Rob Roy

📋 copy color: '#DCB153'

red 220 ◦ green 177 ◦ blue 83

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

Shades of Rob Roy #DCB153

Tints of Rob Roy #DCB153

RGB

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

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

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

R = 45.83%
G = 36.88%
B = 17.29%

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

#DCB153 (or 0xDCB153) is known color: Rob Roy. HEX triplet: DC, B1 and 53. RGB value is (220,177,83). Sum of RGB (Red+Green+Blue) = 220+177+83=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB153 is #234EAC. Grayscale: #B3B3B3. Windows color (decimal): -2313901 or 5485020. OLE color: 5485020.

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

Color convert

RGB 220 177 83 -
CMYK 0 0.20 0.62 0.14
HSL 41.17º 0.66% 0.59% -
HSV(B) 41.17º 0.62% 0.86% -
XYZ 46.8 47.28 14.84 -
YUV 179.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 220 177 83 0 0.20 0.62 0.14 41.17 0.66 0.59
Hex DC B1 53 0 14 3E E 29 42 3B
Octal 334 261 123 0 24 76 16 51 102 73
Binary 11011100 10110001 1010011 0 10100 111110 1110 101001 1000010 111011

Color Harmonies of #DCB153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB153

Black with #DCB153

Text Example


Text Example

White with #DCB153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB153; }

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

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

background-color css

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

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

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

border-color css

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

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

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