Html Css Color HEX #DDE011 Barberry

📋 copy color: '#DDE011'

red 221 ◦ green 224 ◦ blue 17

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

Shades of Barberry #DDE011

Tints of Barberry #DDE011

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.48%

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

R = 47.84%
G = 48.48%
B = 3.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#DDE011 (or 0xDDE011) is known color: Barberry. HEX triplet: DD, E0 and 11. RGB value is (221,224,17). Sum of RGB (Red+Green+Blue) = 221+224+17=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE011 is #221FEE. Grayscale: #C8C8C8. Windows color (decimal): -2236399 or 1171677. OLE color: 1171677.

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

Color convert

RGB 221 224 17 -
CMYK 0.01 0 0.92 0.12
HSL 60.87º 0.86% 0.47% -
HSV(B) 60.87º 0.92% 0.88% -
XYZ 56.58 68.72 10.81 -
YUV 199.51 25.01 143.33 -
System Red Green Blue C M Y K H S L
Decimal 221 224 17 0.01 0 0.92 0.12 60.87 0.86 0.47
Hex DD E0 11 1 0 5C C 3D 56 2F
Octal 335 340 21 1 0 134 14 75 126 57
Binary 11011101 11100000 10001 1 0 1011100 1100 111101 1010110 101111

Color Harmonies of #DDE011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE011

Black with #DDE011

Text Example


Text Example

White with #DDE011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE011; }

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

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

background-color css

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

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

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

border-color css

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

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

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