Html Css Color HEX #DDE010 Barberry

📋 copy color: '#DDE010'

red 221 ◦ green 224 ◦ blue 16

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

Shades of Barberry #DDE010

Tints of Barberry #DDE010

RGB

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

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

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

R = 47.94%
G = 48.59%
B = 3.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#DDE010 (or 0xDDE010) is known color: Barberry. HEX triplet: DD, E0 and 10. RGB value is (221,224,16). Sum of RGB (Red+Green+Blue) = 221+224+16=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE010 is #221FEF. Grayscale: #C8C8C8. Windows color (decimal): -2236400 or 1106141. OLE color: 1106141.

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

Color convert

RGB 221 224 16 -
CMYK 0.01 0 0.93 0.12
HSL 60.87º 0.87% 0.47% -
HSV(B) 60.87º 0.93% 0.88% -
XYZ 56.57 68.72 10.77 -
YUV 199.39 24.51 143.41 -
System Red Green Blue C M Y K H S L
Decimal 221 224 16 0.01 0 0.93 0.12 60.87 0.87 0.47
Hex DD E0 10 1 0 5D C 3D 57 2F
Octal 335 340 20 1 0 135 14 75 127 57
Binary 11011101 11100000 10000 1 0 1011101 1100 111101 1010111 101111

Color Harmonies of #DDE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE010

Black with #DDE010

Text Example


Text Example

White with #DDE010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE010; }

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

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

background-color css

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

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

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

border-color css

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

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

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