Html Css Color HEX #DCD119 Barberry

📋 copy color: '#DCD119'

red 220 ◦ green 209 ◦ blue 25

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

Shades of Barberry #DCD119

Tints of Barberry #DCD119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.51%

R = 48.46%
G = 46.04%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCD119 (or 0xDCD119) is known color: Barberry. HEX triplet: DC, D1 and 19. RGB value is (220,209,25). Sum of RGB (Red+Green+Blue) = 220+209+25=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD119 is #232EE6. Grayscale: #C0C0C0. Windows color (decimal): -2305767 or 1692124. OLE color: 1692124.

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

Color convert

RGB 220 209 25 -
CMYK 0 0.05 0.89 0.14
HSL 56.62º 0.8% 0.48% -
HSV(B) 56.62º 0.89% 0.86% -
XYZ 52.49 60.89 9.91 -
YUV 191.31 34.14 148.46 -
System Red Green Blue C M Y K H S L
Decimal 220 209 25 0 0.05 0.89 0.14 56.62 0.8 0.48
Hex DC D1 19 0 5 59 E 39 50 30
Octal 334 321 31 0 5 131 16 71 120 60
Binary 11011100 11010001 11001 0 101 1011001 1110 111001 1010000 110000

Color Harmonies of #DCD119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD119

Black with #DCD119

Text Example


Text Example

White with #DCD119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD119; }

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

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

background-color css

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

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

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

border-color css

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

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

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