Html Css Color HEX #DDE228 Pear

📋 copy color: '#DDE228'

red 221 ◦ green 226 ◦ blue 40

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

Shades of Pear #DDE228

Tints of Pear #DDE228

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.41%

 BLUE value IS 40 (16.02% from 255) = 8.21%

R = 45.38%
G = 46.41%
B = 8.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#DDE228 (or 0xDDE228) is known color: Pear. HEX triplet: DD, E2 and 28. RGB value is (221,226,40). Sum of RGB (Red+Green+Blue) = 221+226+40=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE228 is #221DD7. Grayscale: #CCCCCC. Windows color (decimal): -2235864 or 2679517. OLE color: 2679517.

HSL color Cylindrical-coordinate representation of color #DDE228: hue angle of 61.61º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDE228 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 226 40 -
CMYK 0.02 0 0.82 0.11
HSL 61.61º 0.76% 0.52% -
HSV(B) 61.61º 0.82% 0.89% -
XYZ 57.4 69.92 12.48 -
YUV 203.3 35.84 140.62 -
System Red Green Blue C M Y K H S L
Decimal 221 226 40 0.02 0 0.82 0.11 61.61 0.76 0.52
Hex DD E2 28 2 0 52 B 3E 4C 34
Octal 335 342 50 2 0 122 13 76 114 64
Binary 11011101 11100010 101000 10 0 1010010 1011 111110 1001100 110100

Color Harmonies of #DDE228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE228

Black with #DDE228

Text Example


Text Example

White with #DDE228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE228; }

 p { color: rgb(221,226,40); }

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

background-color css

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

 a { background-color: rgb(221,226,40); }

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

border-color css

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

 span { border-color: rgb(221,226,40); }

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