Html Css Color HEX #DDED1E Pear

📋 copy color: '#DDED1E'

red 221 ◦ green 237 ◦ blue 30

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

Shades of Pear #DDED1E

Tints of Pear #DDED1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.15%

R = 45.29%
G = 48.57%
B = 6.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#DDED1E (or 0xDDED1E) is known color: Pear. HEX triplet: DD, ED and 1E. RGB value is (221,237,30). Sum of RGB (Red+Green+Blue) = 221+237+30=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 30 (12.11% from 255 or 6.15% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED1E is #2212E1. Grayscale: #D1D1D1. Windows color (decimal): -2233058 or 2026973. OLE color: 2026973.

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

Color convert

RGB 221 237 30 -
CMYK 0.07 0 0.87 0.07
HSL 64.64º 0.85% 0.52% -
HSV(B) 64.64º 0.87% 0.93% -
XYZ 60.34 76.03 12.72 -
YUV 208.62 27.2 136.83 -
System Red Green Blue C M Y K H S L
Decimal 221 237 30 0.07 0 0.87 0.07 64.64 0.85 0.52
Hex DD ED 1E 7 0 57 7 41 55 34
Octal 335 355 36 7 0 127 7 101 125 64
Binary 11011101 11101101 11110 111 0 1010111 111 1000001 1010101 110100

Color Harmonies of #DDED1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED1E

Black with #DDED1E

Text Example


Text Example

White with #DDED1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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