Html Css Color HEX #DCB454 Rob Roy

📋 copy color: '#DCB454'

red 220 ◦ green 180 ◦ blue 84

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

Shades of Rob Roy #DCB454

Tints of Rob Roy #DCB454

RGB

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

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

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

R = 45.45%
G = 37.19%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCB454 (or 0xDCB454) is known color: Rob Roy. HEX triplet: DC, B4 and 54. RGB value is (220,180,84). Sum of RGB (Red+Green+Blue) = 220+180+84=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB454 is #234BAB. Grayscale: #B5B5B5. Windows color (decimal): -2313132 or 5551324. OLE color: 5551324.

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

Color convert

RGB 220 180 84 -
CMYK 0 0.18 0.62 0.14
HSL 42.35º 0.66% 0.6% -
HSV(B) 42.35º 0.62% 0.86% -
XYZ 47.44 48.5 15.25 -
YUV 181.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 220 180 84 0 0.18 0.62 0.14 42.35 0.66 0.6
Hex DC B4 54 0 12 3E E 2A 42 3C
Octal 334 264 124 0 22 76 16 52 102 74
Binary 11011100 10110100 1010100 0 10010 111110 1110 101010 1000010 111100

Color Harmonies of #DCB454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB454

Black with #DCB454

Text Example


Text Example

White with #DCB454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB454; }

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

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

background-color css

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

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

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

border-color css

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

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

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