Html Css Color HEX #DDE316 Pear

📋 copy color: '#DDE316'

red 221 ◦ green 227 ◦ blue 22

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

Shades of Pear #DDE316

Tints of Pear #DDE316

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.3%

 BLUE value IS 22 (8.98% from 255) = 4.68%

R = 47.02%
G = 48.3%
B = 4.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#DDE316 (or 0xDDE316) is known color: Pear. HEX triplet: DD, E3 and 16. RGB value is (221,227,22). Sum of RGB (Red+Green+Blue) = 221+227+22=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE316 is #221CE9. Grayscale: #CACACA. Windows color (decimal): -2235626 or 1500125. OLE color: 1500125.

HSL color Cylindrical-coordinate representation of color #DDE316: hue angle of 61.76º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDE316 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 227 22 -
CMYK 0.03 0 0.90 0.11
HSL 61.76º 0.82% 0.49% -
HSV(B) 61.76º 0.9% 0.89% -
XYZ 57.43 70.37 11.31 -
YUV 201.84 26.51 141.67 -
System Red Green Blue C M Y K H S L
Decimal 221 227 22 0.03 0 0.90 0.11 61.76 0.82 0.49
Hex DD E3 16 3 0 5A B 3E 52 31
Octal 335 343 26 3 0 132 13 76 122 61
Binary 11011101 11100011 10110 11 0 1011010 1011 111110 1010010 110001

Color Harmonies of #DDE316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE316

Black with #DDE316

Text Example


Text Example

White with #DDE316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE316; }

 p { color: rgb(221,227,22); }

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

background-color css

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

 a { background-color: rgb(221,227,22); }

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

border-color css

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

 span { border-color: rgb(221,227,22); }

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