Html Css Color HEX #DCB059 Rob Roy

📋 copy color: '#DCB059'

red 220 ◦ green 176 ◦ blue 89

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

Shades of Rob Roy #DCB059

Tints of Rob Roy #DCB059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.35%

R = 45.36%
G = 36.29%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCB059 (or 0xDCB059) is known color: Rob Roy. HEX triplet: DC, B0 and 59. RGB value is (220,176,89). Sum of RGB (Red+Green+Blue) = 220+176+89=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB059 is #234FA6. Grayscale: #B3B3B3. Windows color (decimal): -2314151 or 5877980. OLE color: 5877980.

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

Color convert

RGB 220 176 89 -
CMYK 0 0.2 0.60 0.14
HSL 39.85º 0.65% 0.61% -
HSV(B) 39.85º 0.6% 0.86% -
XYZ 46.84 46.99 16.05 -
YUV 179.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 220 176 89 0 0.2 0.60 0.14 39.85 0.65 0.61
Hex DC B0 59 0 14 3C E 28 41 3D
Octal 334 260 131 0 24 74 16 50 101 75
Binary 11011100 10110000 1011001 0 10100 111100 1110 101000 1000001 111101

Color Harmonies of #DCB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB059

Black with #DCB059

Text Example


Text Example

White with #DCB059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB059; }

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

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

background-color css

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

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

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

border-color css

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

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

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