Html Css Color HEX #DCDA16 Barberry

📋 copy color: '#DCDA16'

red 220 ◦ green 218 ◦ blue 22

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

Shades of Barberry #DCDA16

Tints of Barberry #DCDA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.78%

R = 47.83%
G = 47.39%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCDA16 (or 0xDCDA16) is known color: Barberry. HEX triplet: DC, DA and 16. RGB value is (220,218,22). Sum of RGB (Red+Green+Blue) = 220+218+22=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDA16 is #2325E9. Grayscale: #C5C5C5. Windows color (decimal): -2303466 or 1497820. OLE color: 1497820.

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

Color convert

RGB 220 218 22 -
CMYK 0 0.01 0.9 0.14
HSL 59.39º 0.82% 0.47% -
HSV(B) 59.39º 0.9% 0.86% -
XYZ 54.73 65.42 10.5 -
YUV 196.25 29.66 144.94 -
System Red Green Blue C M Y K H S L
Decimal 220 218 22 0 0.01 0.9 0.14 59.39 0.82 0.47
Hex DC DA 16 0 1 5A E 3B 52 2F
Octal 334 332 26 0 1 132 16 73 122 57
Binary 11011100 11011010 10110 0 1 1011010 1110 111011 1010010 101111

Color Harmonies of #DCDA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA16

Black with #DCDA16

Text Example


Text Example

White with #DCDA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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