Html Css Color HEX #DCB259 Rob Roy

📋 copy color: '#DCB259'

red 220 ◦ green 178 ◦ blue 89

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

Shades of Rob Roy #DCB259

Tints of Rob Roy #DCB259

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.55%

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

R = 45.17%
G = 36.55%
B = 18.28%

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

#DCB259 (or 0xDCB259) is known color: Rob Roy. HEX triplet: DC, B2 and 59. RGB value is (220,178,89). Sum of RGB (Red+Green+Blue) = 220+178+89=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB259 is #234DA6. Grayscale: #B4B4B4. Windows color (decimal): -2313639 or 5878492. OLE color: 5878492.

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

Color convert

RGB 220 178 89 -
CMYK 0 0.19 0.60 0.14
HSL 40.76º 0.65% 0.61% -
HSV(B) 40.76º 0.6% 0.86% -
XYZ 47.24 47.78 16.18 -
YUV 180.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 220 178 89 0 0.19 0.60 0.14 40.76 0.65 0.61
Hex DC B2 59 0 13 3C E 29 41 3D
Octal 334 262 131 0 23 74 16 51 101 75
Binary 11011100 10110010 1011001 0 10011 111100 1110 101001 1000001 111101

Color Harmonies of #DCB259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB259

Black with #DCB259

Text Example


Text Example

White with #DCB259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB259; }

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

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

background-color css

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

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

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

border-color css

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

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

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