Html Css Color HEX #DCB650 Rob Roy

📋 copy color: '#DCB650'

red 220 ◦ green 182 ◦ blue 80

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

Shades of Rob Roy #DCB650

Tints of Rob Roy #DCB650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.76%

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

R = 45.64%
G = 37.76%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCB650 (or 0xDCB650) is known color: Rob Roy. HEX triplet: DC, B6 and 50. RGB value is (220,182,80). Sum of RGB (Red+Green+Blue) = 220+182+80=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB650 is #2349AF. Grayscale: #B6B6B6. Windows color (decimal): -2312624 or 5289692. OLE color: 5289692.

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

Color convert

RGB 220 182 80 -
CMYK 0 0.17 0.64 0.14
HSL 43.71º 0.67% 0.59% -
HSV(B) 43.71º 0.64% 0.86% -
XYZ 47.69 49.25 14.58 -
YUV 181.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 220 182 80 0 0.17 0.64 0.14 43.71 0.67 0.59
Hex DC B6 50 0 11 40 E 2C 43 3B
Octal 334 266 120 0 21 100 16 54 103 73
Binary 11011100 10110110 1010000 0 10001 1000000 1110 101100 1000011 111011

Color Harmonies of #DCB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB650

Black with #DCB650

Text Example


Text Example

White with #DCB650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB650; }

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

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

background-color css

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

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

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

border-color css

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

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

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