Html Css Color HEX #DDED25 Pear

📋 copy color: '#DDED25'

red 221 ◦ green 237 ◦ blue 37

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

Shades of Pear #DDED25

Tints of Pear #DDED25

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.88%

 BLUE value IS 37 (14.84% from 255) = 7.47%

R = 44.65%
G = 47.88%
B = 7.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#DDED25 (or 0xDDED25) is known color: Pear. HEX triplet: DD, ED and 25. RGB value is (221,237,37). Sum of RGB (Red+Green+Blue) = 221+237+37=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 37 (14.84% from 255 or 7.47% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED25 is #2212DA. Grayscale: #D2D2D2. Windows color (decimal): -2233051 or 2485725. OLE color: 2485725.

HSL color Cylindrical-coordinate representation of color #DDED25: hue angle of 64.8º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDED25 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 37 -
CMYK 0.07 0 0.84 0.07
HSL 64.8º 0.85% 0.54% -
HSV(B) 64.8º 0.84% 0.93% -
XYZ 60.44 76.07 13.25 -
YUV 209.42 30.7 136.26 -
System Red Green Blue C M Y K H S L
Decimal 221 237 37 0.07 0 0.84 0.07 64.8 0.85 0.54
Hex DD ED 25 7 0 54 7 41 55 36
Octal 335 355 45 7 0 124 7 101 125 66
Binary 11011101 11101101 100101 111 0 1010100 111 1000001 1010101 110110

Color Harmonies of #DDED25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED25

Black with #DDED25

Text Example


Text Example

White with #DDED25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED25; }

 p { color: rgb(221,237,37); }

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

background-color css

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

 a { background-color: rgb(221,237,37); }

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

border-color css

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

 span { border-color: rgb(221,237,37); }

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