Html Css Color HEX #DCB056 Rob Roy

📋 copy color: '#DCB056'

red 220 ◦ green 176 ◦ blue 86

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

Shades of Rob Roy #DCB056

Tints of Rob Roy #DCB056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.84%

R = 45.64%
G = 36.51%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCB056 (or 0xDCB056) is known color: Rob Roy. HEX triplet: DC, B0 and 56. RGB value is (220,176,86). Sum of RGB (Red+Green+Blue) = 220+176+86=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB056 is #234FA9. Grayscale: #B3B3B3. Windows color (decimal): -2314154 or 5681372. OLE color: 5681372.

HSL color Cylindrical-coordinate representation of color #DCB056: hue angle of 40.3º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCB056 is Cyan = 0, Magento = 0.2, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 86 -
CMYK 0 0.2 0.61 0.14
HSL 40.3º 0.66% 0.6% -
HSV(B) 40.3º 0.61% 0.86% -
XYZ 46.72 46.94 15.4 -
YUV 178.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 220 176 86 0 0.2 0.61 0.14 40.3 0.66 0.6
Hex DC B0 56 0 14 3D E 28 42 3C
Octal 334 260 126 0 24 75 16 50 102 74
Binary 11011100 10110000 1010110 0 10100 111101 1110 101000 1000010 111100

Color Harmonies of #DCB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB056

Black with #DCB056

Text Example


Text Example

White with #DCB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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