Html Css Color HEX #DCB359 Rob Roy

📋 copy color: '#DCB359'

red 220 ◦ green 179 ◦ blue 89

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

Shades of Rob Roy #DCB359

Tints of Rob Roy #DCB359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.68%

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

R = 45.08%
G = 36.68%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCB359 (or 0xDCB359) is known color: Rob Roy. HEX triplet: DC, B3 and 59. RGB value is (220,179,89). Sum of RGB (Red+Green+Blue) = 220+179+89=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 89 (35.16% from 255 or 18.24% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB359 is #234CA6. Grayscale: #B5B5B5. Windows color (decimal): -2313383 or 5878748. OLE color: 5878748.

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

Color convert

RGB 220 179 89 -
CMYK 0 0.19 0.60 0.14
HSL 41.22º 0.65% 0.61% -
HSV(B) 41.22º 0.6% 0.86% -
XYZ 47.44 48.18 16.25 -
YUV 181 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 220 179 89 0 0.19 0.60 0.14 41.22 0.65 0.61
Hex DC B3 59 0 13 3C E 29 41 3D
Octal 334 263 131 0 23 74 16 51 101 75
Binary 11011100 10110011 1011001 0 10011 111100 1110 101001 1000001 111101

Color Harmonies of #DCB359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB359

Black with #DCB359

Text Example


Text Example

White with #DCB359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB359; }

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

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

background-color css

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

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

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

border-color css

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

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

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