Html Css Color HEX #DDE126 Pear

📋 copy color: '#DDE126'

red 221 ◦ green 225 ◦ blue 38

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

Shades of Pear #DDE126

Tints of Pear #DDE126

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.49%

 BLUE value IS 38 (15.23% from 255) = 7.85%

R = 45.66%
G = 46.49%
B = 7.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#DDE126 (or 0xDDE126) is known color: Pear. HEX triplet: DD, E1 and 26. RGB value is (221,225,38). Sum of RGB (Red+Green+Blue) = 221+225+38=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 38 (15.23% from 255 or 7.85% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE126 is #221ED9. Grayscale: #CBCBCB. Windows color (decimal): -2236122 or 2548189. OLE color: 2548189.

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

Color convert

RGB 221 225 38 -
CMYK 0.02 0 0.83 0.12
HSL 61.28º 0.76% 0.52% -
HSV(B) 61.28º 0.83% 0.88% -
XYZ 57.09 69.36 12.21 -
YUV 202.49 35.17 141.21 -
System Red Green Blue C M Y K H S L
Decimal 221 225 38 0.02 0 0.83 0.12 61.28 0.76 0.52
Hex DD E1 26 2 0 53 C 3D 4C 34
Octal 335 341 46 2 0 123 14 75 114 64
Binary 11011101 11100001 100110 10 0 1010011 1100 111101 1001100 110100

Color Harmonies of #DDE126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE126

Black with #DDE126

Text Example


Text Example

White with #DDE126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE126; }

 p { color: rgb(221,225,38); }

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

background-color css

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

 a { background-color: rgb(221,225,38); }

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

border-color css

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

 span { border-color: rgb(221,225,38); }

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