Html Css Color HEX #DCB151 Rob Roy

📋 copy color: '#DCB151'

red 220 ◦ green 177 ◦ blue 81

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

Shades of Rob Roy #DCB151

Tints of Rob Roy #DCB151

RGB

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

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

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

R = 46.03%
G = 37.03%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCB151 (or 0xDCB151) is known color: Rob Roy. HEX triplet: DC, B1 and 51. RGB value is (220,177,81). Sum of RGB (Red+Green+Blue) = 220+177+81=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB151 is #234EAE. Grayscale: #B3B3B3. Windows color (decimal): -2313903 or 5353948. OLE color: 5353948.

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

Color convert

RGB 220 177 81 -
CMYK 0 0.20 0.63 0.14
HSL 41.44º 0.67% 0.59% -
HSV(B) 41.44º 0.63% 0.86% -
XYZ 46.72 47.25 14.44 -
YUV 178.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 220 177 81 0 0.20 0.63 0.14 41.44 0.67 0.59
Hex DC B1 51 0 14 3F E 29 43 3B
Octal 334 261 121 0 24 77 16 51 103 73
Binary 11011100 10110001 1010001 0 10100 111111 1110 101001 1000011 111011

Color Harmonies of #DCB151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB151

Black with #DCB151

Text Example


Text Example

White with #DCB151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB151; }

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

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

background-color css

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

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

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

border-color css

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

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

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