Html Css Color HEX #DFDD16 Barberry

📋 copy color: '#DFDD16'

red 223 ◦ green 221 ◦ blue 22

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

Shades of Barberry #DFDD16

Tints of Barberry #DFDD16

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

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

R = 47.85%
G = 47.42%
B = 4.72%

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

#DFDD16 (or 0xDFDD16) is known color: Barberry. HEX triplet: DF, DD and 16. RGB value is (223,221,22). Sum of RGB (Red+Green+Blue) = 223+221+22=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDD16 is #2022E9. Grayscale: #C7C7C7. Windows color (decimal): -2106090 or 1498591. OLE color: 1498591.

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

Color convert

RGB 223 221 22 -
CMYK 0 0.01 0.90 0.13
HSL 59.4º 0.82% 0.48% -
HSV(B) 59.4º 0.9% 0.87% -
XYZ 56.43 67.46 10.81 -
YUV 198.91 28.16 145.18 -
System Red Green Blue C M Y K H S L
Decimal 223 221 22 0 0.01 0.90 0.13 59.4 0.82 0.48
Hex DF DD 16 0 1 5A D 3B 52 30
Octal 337 335 26 0 1 132 15 73 122 60
Binary 11011111 11011101 10110 0 1 1011010 1101 111011 1010010 110000

Color Harmonies of #DFDD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD16

Black with #DFDD16

Text Example


Text Example

White with #DFDD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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