Html Css Color HEX #DDED34 Pear

📋 copy color: '#DDED34'

red 221 ◦ green 237 ◦ blue 52

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

Shades of Pear #DDED34

Tints of Pear #DDED34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.2%

R = 43.33%
G = 46.47%
B = 10.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#DDED34 (or 0xDDED34) is known color: Pear. HEX triplet: DD, ED and 34. RGB value is (221,237,52). Sum of RGB (Red+Green+Blue) = 221+237+52=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 52 (20.70% from 255 or 10.20% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED34 is #2212CB. Grayscale: #D3D3D3. Windows color (decimal): -2233036 or 3468765. OLE color: 3468765.

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

Color convert

RGB 221 237 52 -
CMYK 0.07 0 0.78 0.07
HSL 65.19º 0.84% 0.57% -
HSV(B) 65.19º 0.78% 0.93% -
XYZ 60.72 76.19 14.75 -
YUV 211.13 38.2 135.04 -
System Red Green Blue C M Y K H S L
Decimal 221 237 52 0.07 0 0.78 0.07 65.19 0.84 0.57
Hex DD ED 34 7 0 4E 7 41 54 39
Octal 335 355 64 7 0 116 7 101 124 71
Binary 11011101 11101101 110100 111 0 1001110 111 1000001 1010100 111001

Color Harmonies of #DDED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED34

Black with #DDED34

Text Example


Text Example

White with #DDED34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED34; }

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

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

background-color css

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

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

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

border-color css

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

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

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