Html Css Color HEX #DDE112 Barberry

📋 copy color: '#DDE112'

red 221 ◦ green 225 ◦ blue 18

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

Shades of Barberry #DDE112

Tints of Barberry #DDE112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.88%

R = 47.63%
G = 48.49%
B = 3.88%

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

#DDE112 (or 0xDDE112) is known color: Barberry. HEX triplet: DD, E1 and 12. RGB value is (221,225,18). Sum of RGB (Red+Green+Blue) = 221+225+18=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE112 is #221EED. Grayscale: #C9C9C9. Windows color (decimal): -2236142 or 1237469. OLE color: 1237469.

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

Color convert

RGB 221 225 18 -
CMYK 0.02 0 0.92 0.12
HSL 61.16º 0.85% 0.48% -
HSV(B) 61.16º 0.92% 0.88% -
XYZ 56.85 69.27 10.95 -
YUV 200.21 25.17 142.83 -
System Red Green Blue C M Y K H S L
Decimal 221 225 18 0.02 0 0.92 0.12 61.16 0.85 0.48
Hex DD E1 12 2 0 5C C 3D 55 30
Octal 335 341 22 2 0 134 14 75 125 60
Binary 11011101 11100001 10010 10 0 1011100 1100 111101 1010101 110000

Color Harmonies of #DDE112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE112

Black with #DDE112

Text Example


Text Example

White with #DDE112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE112; }

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

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

background-color css

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

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

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

border-color css

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

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

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