Html Css Color HEX #DCB053 Rob Roy

📋 copy color: '#DCB053'

red 220 ◦ green 176 ◦ blue 83

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

Shades of Rob Roy #DCB053

Tints of Rob Roy #DCB053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.74%

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

R = 45.93%
G = 36.74%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCB053 (or 0xDCB053) is known color: Rob Roy. HEX triplet: DC, B0 and 53. RGB value is (220,176,83). Sum of RGB (Red+Green+Blue) = 220+176+83=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB053 is #234FAC. Grayscale: #B2B2B2. Windows color (decimal): -2314157 or 5484764. OLE color: 5484764.

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

Color convert

RGB 220 176 83 -
CMYK 0 0.2 0.62 0.14
HSL 40.73º 0.66% 0.59% -
HSV(B) 40.73º 0.62% 0.86% -
XYZ 46.6 46.89 14.78 -
YUV 178.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 220 176 83 0 0.2 0.62 0.14 40.73 0.66 0.59
Hex DC B0 53 0 14 3E E 29 42 3B
Octal 334 260 123 0 24 76 16 51 102 73
Binary 11011100 10110000 1010011 0 10100 111110 1110 101001 1000010 111011

Color Harmonies of #DCB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB053

Black with #DCB053

Text Example


Text Example

White with #DCB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB053; }

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

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

background-color css

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

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

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

border-color css

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

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

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