Html Css Color HEX #DDE110 Barberry

📋 copy color: '#DDE110'

red 221 ◦ green 225 ◦ blue 16

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

Shades of Barberry #DDE110

Tints of Barberry #DDE110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.46%

R = 47.84%
G = 48.7%
B = 3.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#DDE110 (or 0xDDE110) is known color: Barberry. HEX triplet: DD, E1 and 10. RGB value is (221,225,16). Sum of RGB (Red+Green+Blue) = 221+225+16=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE110 is #221EEF. Grayscale: #C8C8C8. Windows color (decimal): -2236144 or 1106397. OLE color: 1106397.

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

Color convert

RGB 221 225 16 -
CMYK 0.02 0 0.93 0.12
HSL 61.15º 0.87% 0.47% -
HSV(B) 61.15º 0.93% 0.88% -
XYZ 56.84 69.26 10.86 -
YUV 199.98 24.17 142.99 -
System Red Green Blue C M Y K H S L
Decimal 221 225 16 0.02 0 0.93 0.12 61.15 0.87 0.47
Hex DD E1 10 2 0 5D C 3D 57 2F
Octal 335 341 20 2 0 135 14 75 127 57
Binary 11011101 11100001 10000 10 0 1011101 1100 111101 1010111 101111

Color Harmonies of #DDE110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE110

Black with #DDE110

Text Example


Text Example

White with #DDE110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE110; }

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

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

background-color css

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

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

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

border-color css

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

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

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