Html Css Color HEX #DCB651 Rob Roy

📋 copy color: '#DCB651'

red 220 ◦ green 182 ◦ blue 81

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

Shades of Rob Roy #DCB651

Tints of Rob Roy #DCB651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.77%

R = 45.55%
G = 37.68%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCB651 (or 0xDCB651) is known color: Rob Roy. HEX triplet: DC, B6 and 51. RGB value is (220,182,81). Sum of RGB (Red+Green+Blue) = 220+182+81=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB651 is #2349AE. Grayscale: #B6B6B6. Windows color (decimal): -2312623 or 5355228. OLE color: 5355228.

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

Color convert

RGB 220 182 81 -
CMYK 0 0.17 0.63 0.14
HSL 43.6º 0.67% 0.59% -
HSV(B) 43.6º 0.63% 0.86% -
XYZ 47.73 49.27 14.78 -
YUV 181.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 220 182 81 0 0.17 0.63 0.14 43.6 0.67 0.59
Hex DC B6 51 0 11 3F E 2C 43 3B
Octal 334 266 121 0 21 77 16 54 103 73
Binary 11011100 10110110 1010001 0 10001 111111 1110 101100 1000011 111011

Color Harmonies of #DCB651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB651

Black with #DCB651

Text Example


Text Example

White with #DCB651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB651; }

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

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

background-color css

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

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

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

border-color css

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

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

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