Html Css Color HEX #DFDC16 Barberry

📋 copy color: '#DFDC16'

red 223 ◦ green 220 ◦ blue 22

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

Shades of Barberry #DFDC16

Tints of Barberry #DFDC16

RGB

 RED value IS 223 (87.5% from 255) = 47.96%

 GREEN value IS 220 (86.33% from 255) = 47.31%

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

R = 47.96%
G = 47.31%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFDC16 (or 0xDFDC16) is known color: Barberry. HEX triplet: DF, DC and 16. RGB value is (223,220,22). Sum of RGB (Red+Green+Blue) = 223+220+22=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC16 is #2023E9. Grayscale: #C7C7C7. Windows color (decimal): -2106346 or 1498335. OLE color: 1498335.

HSL color Cylindrical-coordinate representation of color #DFDC16: hue angle of 59.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFDC16 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 220 22 -
CMYK 0 0.01 0.90 0.13
HSL 59.1º 0.82% 0.48% -
HSV(B) 59.1º 0.9% 0.87% -
XYZ 56.17 66.93 10.72 -
YUV 198.33 28.49 145.6 -
System Red Green Blue C M Y K H S L
Decimal 223 220 22 0 0.01 0.90 0.13 59.1 0.82 0.48
Hex DF DC 16 0 1 5A D 3B 52 30
Octal 337 334 26 0 1 132 15 73 122 60
Binary 11011111 11011100 10110 0 1 1011010 1101 111011 1010010 110000

Color Harmonies of #DFDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC16

Black with #DFDC16

Text Example


Text Example

White with #DFDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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