Html Css Color HEX #DCDA19 Barberry

📋 copy color: '#DCDA19'

red 220 ◦ green 218 ◦ blue 25

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

Shades of Barberry #DCDA19

Tints of Barberry #DCDA19

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

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

R = 47.52%
G = 47.08%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCDA19 (or 0xDCDA19) is known color: Barberry. HEX triplet: DC, DA and 19. RGB value is (220,218,25). Sum of RGB (Red+Green+Blue) = 220+218+25=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 25 (10.16% from 255 or 5.40% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA19 is #2325E6. Grayscale: #C5C5C5. Windows color (decimal): -2303463 or 1694428. OLE color: 1694428.

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

Color convert

RGB 220 218 25 -
CMYK 0 0.01 0.89 0.14
HSL 59.38º 0.8% 0.48% -
HSV(B) 59.38º 0.89% 0.86% -
XYZ 54.76 65.43 10.66 -
YUV 196.6 31.16 144.69 -
System Red Green Blue C M Y K H S L
Decimal 220 218 25 0 0.01 0.89 0.14 59.38 0.8 0.48
Hex DC DA 19 0 1 59 E 3B 50 30
Octal 334 332 31 0 1 131 16 73 120 60
Binary 11011100 11011010 11001 0 1 1011001 1110 111011 1010000 110000

Color Harmonies of #DCDA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA19

Black with #DCDA19

Text Example


Text Example

White with #DCDA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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