Html Css Color HEX #DDE111 Barberry

📋 copy color: '#DDE111'

red 221 ◦ green 225 ◦ blue 17

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

Shades of Barberry #DDE111

Tints of Barberry #DDE111

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.6%

 BLUE value IS 17 (7.03% from 255) = 3.67%

R = 47.73%
G = 48.6%
B = 3.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#DDE111 (or 0xDDE111) is known color: Barberry. HEX triplet: DD, E1 and 11. RGB value is (221,225,17). Sum of RGB (Red+Green+Blue) = 221+225+17=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE111 is #221EEE. Grayscale: #C8C8C8. Windows color (decimal): -2236143 or 1171933. OLE color: 1171933.

HSL color Cylindrical-coordinate representation of color #DDE111: hue angle of 61.15º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDE111 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 17 -
CMYK 0.02 0 0.92 0.12
HSL 61.15º 0.86% 0.47% -
HSV(B) 61.15º 0.92% 0.88% -
XYZ 56.85 69.26 10.9 -
YUV 200.09 24.67 142.91 -
System Red Green Blue C M Y K H S L
Decimal 221 225 17 0.02 0 0.92 0.12 61.15 0.86 0.47
Hex DD E1 11 2 0 5C C 3D 56 2F
Octal 335 341 21 2 0 134 14 75 126 57
Binary 11011101 11100001 10001 10 0 1011100 1100 111101 1010110 101111

Color Harmonies of #DDE111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE111

Black with #DDE111

Text Example


Text Example

White with #DDE111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE111; }

 p { color: rgb(221,225,17); }

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

background-color css

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

 a { background-color: rgb(221,225,17); }

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

border-color css

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

 span { border-color: rgb(221,225,17); }

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