Html Css Color HEX #DCB254 Rob Roy

📋 copy color: '#DCB254'

red 220 ◦ green 178 ◦ blue 84

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

Shades of Rob Roy #DCB254

Tints of Rob Roy #DCB254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.43%

R = 45.64%
G = 36.93%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCB254 (or 0xDCB254) is known color: Rob Roy. HEX triplet: DC, B2 and 54. RGB value is (220,178,84). Sum of RGB (Red+Green+Blue) = 220+178+84=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB254 is #234DAB. Grayscale: #B4B4B4. Windows color (decimal): -2313644 or 5550812. OLE color: 5550812.

HSL color Cylindrical-coordinate representation of color #DCB254: hue angle of 41.47º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCB254 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 84 -
CMYK 0 0.19 0.62 0.14
HSL 41.47º 0.66% 0.6% -
HSV(B) 41.47º 0.62% 0.86% -
XYZ 47.04 47.7 15.11 -
YUV 179.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 220 178 84 0 0.19 0.62 0.14 41.47 0.66 0.6
Hex DC B2 54 0 13 3E E 29 42 3C
Octal 334 262 124 0 23 76 16 51 102 74
Binary 11011100 10110010 1010100 0 10011 111110 1110 101001 1000010 111100

Color Harmonies of #DCB254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB254

Black with #DCB254

Text Example


Text Example

White with #DCB254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB254; }

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

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

background-color css

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

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

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

border-color css

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

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

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