Html Css Color HEX #DDDE16 Barberry

📋 copy color: '#DDDE16'

red 221 ◦ green 222 ◦ blue 22

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

Shades of Barberry #DDDE16

Tints of Barberry #DDDE16

RGB

 RED value IS 221 (86.72% from 255) = 47.53%

 GREEN value IS 222 (87.11% from 255) = 47.74%

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

R = 47.53%
G = 47.74%
B = 4.73%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDDE16 (or 0xDDDE16) is known color: Barberry. HEX triplet: DD, DE and 16. RGB value is (221,222,22). Sum of RGB (Red+Green+Blue) = 221+222+22=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDE16 is #2221E9. Grayscale: #C7C7C7. Windows color (decimal): -2236906 or 1498845. OLE color: 1498845.

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

Color convert

RGB 221 222 22 -
CMYK 0.00 0 0.90 0.13
HSL 60.3º 0.82% 0.48% -
HSV(B) 60.3º 0.9% 0.87% -
XYZ 56.08 67.67 10.87 -
YUV 198.9 28.17 143.76 -
System Red Green Blue C M Y K H S L
Decimal 221 222 22 0.00 0 0.90 0.13 60.3 0.82 0.48
Hex DD DE 16 0 0 5A D 3C 52 30
Octal 335 336 26 0 0 132 15 74 122 60
Binary 11011101 11011110 10110 0 0 1011010 1101 111100 1010010 110000

Color Harmonies of #DDDE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE16

Black with #DDDE16

Text Example


Text Example

White with #DDDE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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