Html Css Color HEX #DCB455 Rob Roy

📋 copy color: '#DCB455'

red 220 ◦ green 180 ◦ blue 85

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

Shades of Rob Roy #DCB455

Tints of Rob Roy #DCB455

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.11%

 BLUE value IS 85 (33.59% from 255) = 17.53%

R = 45.36%
G = 37.11%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DCB455 (or 0xDCB455) is known color: Rob Roy. HEX triplet: DC, B4 and 55. RGB value is (220,180,85). Sum of RGB (Red+Green+Blue) = 220+180+85=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB455 is #234BAA. Grayscale: #B5B5B5. Windows color (decimal): -2313131 or 5616860. OLE color: 5616860.

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

Color convert

RGB 220 180 85 -
CMYK 0 0.18 0.61 0.14
HSL 42.22º 0.66% 0.6% -
HSV(B) 42.22º 0.61% 0.86% -
XYZ 47.48 48.51 15.46 -
YUV 181.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 220 180 85 0 0.18 0.61 0.14 42.22 0.66 0.6
Hex DC B4 55 0 12 3D E 2A 42 3C
Octal 334 264 125 0 22 75 16 52 102 74
Binary 11011100 10110100 1010101 0 10010 111101 1110 101010 1000010 111100

Color Harmonies of #DCB455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB455

Black with #DCB455

Text Example


Text Example

White with #DCB455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB455; }

 p { color: rgb(220,180,85); }

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

background-color css

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

 a { background-color: rgb(220,180,85); }

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

border-color css

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

 span { border-color: rgb(220,180,85); }

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