Html Css Color HEX #DCD419 Barberry

📋 copy color: '#DCD419'

red 220 ◦ green 212 ◦ blue 25

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

Shades of Barberry #DCD419

Tints of Barberry #DCD419

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.39%

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

R = 48.14%
G = 46.39%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCD419 (or 0xDCD419) is known color: Barberry. HEX triplet: DC, D4 and 19. RGB value is (220,212,25). Sum of RGB (Red+Green+Blue) = 220+212+25=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 25 (10.16% from 255 or 5.47% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD419 is #232BE6. Grayscale: #C1C1C1. Windows color (decimal): -2304999 or 1692892. OLE color: 1692892.

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

Color convert

RGB 220 212 25 -
CMYK 0 0.04 0.89 0.14
HSL 57.54º 0.8% 0.48% -
HSV(B) 57.54º 0.89% 0.86% -
XYZ 53.23 62.37 10.15 -
YUV 193.07 33.15 147.21 -
System Red Green Blue C M Y K H S L
Decimal 220 212 25 0 0.04 0.89 0.14 57.54 0.8 0.48
Hex DC D4 19 0 4 59 E 3A 50 30
Octal 334 324 31 0 4 131 16 72 120 60
Binary 11011100 11010100 11001 0 100 1011001 1110 111010 1010000 110000

Color Harmonies of #DCD419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD419

Black with #DCD419

Text Example


Text Example

White with #DCD419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD419; }

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

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

background-color css

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

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

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

border-color css

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

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

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