Html Css Color HEX #DCB15A Rob Roy

📋 copy color: '#DCB15A'

red 220 ◦ green 177 ◦ blue 90

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

Shades of Rob Roy #DCB15A

Tints of Rob Roy #DCB15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.48%

R = 45.17%
G = 36.34%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DCB15A (or 0xDCB15A) is known color: Rob Roy. HEX triplet: DC, B1 and 5A. RGB value is (220,177,90). Sum of RGB (Red+Green+Blue) = 220+177+90=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB15A is #234EA5. Grayscale: #B4B4B4. Windows color (decimal): -2313894 or 5943772. OLE color: 5943772.

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

Color convert

RGB 220 177 90 -
CMYK 0 0.20 0.59 0.14
HSL 40.15º 0.65% 0.61% -
HSV(B) 40.15º 0.59% 0.86% -
XYZ 47.08 47.4 16.34 -
YUV 179.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 220 177 90 0 0.20 0.59 0.14 40.15 0.65 0.61
Hex DC B1 5A 0 14 3B E 28 41 3D
Octal 334 261 132 0 24 73 16 50 101 75
Binary 11011100 10110001 1011010 0 10100 111011 1110 101000 1000001 111101

Color Harmonies of #DCB15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB15A

Black with #DCB15A

Text Example


Text Example

White with #DCB15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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