Html Css Color HEX #DCD113 Barberry

📋 copy color: '#DCD113'

red 220 ◦ green 209 ◦ blue 19

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

Shades of Barberry #DCD113

Tints of Barberry #DCD113

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.65%

 BLUE value IS 19 (7.81% from 255) = 4.24%

R = 49.11%
G = 46.65%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCD113 (or 0xDCD113) is known color: Barberry. HEX triplet: DC, D1 and 13. RGB value is (220,209,19). Sum of RGB (Red+Green+Blue) = 220+209+19=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD113 is #232EEC. Grayscale: #BFBFBF. Windows color (decimal): -2305773 or 1298908. OLE color: 1298908.

HSL color Cylindrical-coordinate representation of color #DCD113: hue angle of 56.72º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCD113 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 209 19 -
CMYK 0 0.05 0.91 0.14
HSL 56.72º 0.84% 0.47% -
HSV(B) 56.72º 0.91% 0.86% -
XYZ 52.43 60.86 9.6 -
YUV 190.63 31.14 148.95 -
System Red Green Blue C M Y K H S L
Decimal 220 209 19 0 0.05 0.91 0.14 56.72 0.84 0.47
Hex DC D1 13 0 5 5B E 39 54 2F
Octal 334 321 23 0 5 133 16 71 124 57
Binary 11011100 11010001 10011 0 101 1011011 1110 111001 1010100 101111

Color Harmonies of #DCD113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD113

Black with #DCD113

Text Example


Text Example

White with #DCD113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD113; }

 p { color: rgb(220,209,19); }

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

background-color css

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

 a { background-color: rgb(220,209,19); }

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

border-color css

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

 span { border-color: rgb(220,209,19); }

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