Html Css Color HEX #DDE014 Barberry

📋 copy color: '#DDE014'

red 221 ◦ green 224 ◦ blue 20

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

Shades of Barberry #DDE014

Tints of Barberry #DDE014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.3%

R = 47.53%
G = 48.17%
B = 4.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#DDE014 (or 0xDDE014) is known color: Barberry. HEX triplet: DD, E0 and 14. RGB value is (221,224,20). Sum of RGB (Red+Green+Blue) = 221+224+20=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE014 is #221FEB. Grayscale: #C8C8C8. Windows color (decimal): -2236396 or 1368285. OLE color: 1368285.

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

Color convert

RGB 221 224 20 -
CMYK 0.01 0 0.91 0.12
HSL 60.88º 0.84% 0.48% -
HSV(B) 60.88º 0.91% 0.88% -
XYZ 56.6 68.73 10.95 -
YUV 199.85 26.51 143.09 -
System Red Green Blue C M Y K H S L
Decimal 221 224 20 0.01 0 0.91 0.12 60.88 0.84 0.48
Hex DD E0 14 1 0 5B C 3D 54 30
Octal 335 340 24 1 0 133 14 75 124 60
Binary 11011101 11100000 10100 1 0 1011011 1100 111101 1010100 110000

Color Harmonies of #DDE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE014

Black with #DDE014

Text Example


Text Example

White with #DDE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE014; }

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

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

background-color css

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

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

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

border-color css

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

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

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