Html Css Color HEX #DCB550 Rob Roy

📋 copy color: '#DCB550'

red 220 ◦ green 181 ◦ blue 80

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

Shades of Rob Roy #DCB550

Tints of Rob Roy #DCB550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.63%

 BLUE value IS 80 (31.64% from 255) = 16.63%

R = 45.74%
G = 37.63%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCB550 (or 0xDCB550) is known color: Rob Roy. HEX triplet: DC, B5 and 50. RGB value is (220,181,80). Sum of RGB (Red+Green+Blue) = 220+181+80=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB550 is #234AAF. Grayscale: #B5B5B5. Windows color (decimal): -2312880 or 5289436. OLE color: 5289436.

HSL color Cylindrical-coordinate representation of color #DCB550: hue angle of 43.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCB550 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 181 80 -
CMYK 0 0.18 0.64 0.14
HSL 43.29º 0.67% 0.59% -
HSV(B) 43.29º 0.64% 0.86% -
XYZ 47.49 48.84 14.51 -
YUV 181.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 220 181 80 0 0.18 0.64 0.14 43.29 0.67 0.59
Hex DC B5 50 0 12 40 E 2B 43 3B
Octal 334 265 120 0 22 100 16 53 103 73
Binary 11011100 10110101 1010000 0 10010 1000000 1110 101011 1000011 111011

Color Harmonies of #DCB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB550

Black with #DCB550

Text Example


Text Example

White with #DCB550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB550; }

 p { color: rgb(220,181,80); }

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

background-color css

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

 a { background-color: rgb(220,181,80); }

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

border-color css

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

 span { border-color: rgb(220,181,80); }

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