Html Css Color HEX #DFDB16 Barberry

📋 copy color: '#DFDB16'

red 223 ◦ green 219 ◦ blue 22

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

Shades of Barberry #DFDB16

Tints of Barberry #DFDB16

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.2%

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

R = 48.06%
G = 47.2%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFDB16 (or 0xDFDB16) is known color: Barberry. HEX triplet: DF, DB and 16. RGB value is (223,219,22). Sum of RGB (Red+Green+Blue) = 223+219+22=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDB16 is #2024E9. Grayscale: #C6C6C6. Windows color (decimal): -2106602 or 1498079. OLE color: 1498079.

HSL color Cylindrical-coordinate representation of color #DFDB16: hue angle of 58.81º 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 #DFDB16 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 219 22 -
CMYK 0 0.02 0.90 0.13
HSL 58.81º 0.82% 0.48% -
HSV(B) 58.81º 0.9% 0.87% -
XYZ 55.91 66.41 10.63 -
YUV 197.74 28.83 146.02 -
System Red Green Blue C M Y K H S L
Decimal 223 219 22 0 0.02 0.90 0.13 58.81 0.82 0.48
Hex DF DB 16 0 2 5A D 3B 52 30
Octal 337 333 26 0 2 132 15 73 122 60
Binary 11011111 11011011 10110 0 10 1011010 1101 111011 1010010 110000

Color Harmonies of #DFDB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB16

Black with #DFDB16

Text Example


Text Example

White with #DFDB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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