Html Css Color HEX #DDEC3C Pear

📋 copy color: '#DDEC3C'

red 221 ◦ green 236 ◦ blue 60

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

Shades of Pear #DDEC3C

Tints of Pear #DDEC3C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.65%

 BLUE value IS 60 (23.83% from 255) = 11.61%

R = 42.75%
G = 45.65%
B = 11.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#DDEC3C (or 0xDDEC3C) is known color: Pear. HEX triplet: DD, EC and 3C. RGB value is (221,236,60). Sum of RGB (Red+Green+Blue) = 221+236+60=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC3C is #2213C3. Grayscale: #D4D4D4. Windows color (decimal): -2233284 or 3992797. OLE color: 3992797.

HSL color Cylindrical-coordinate representation of color #DDEC3C: hue angle of 65.11º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDEC3C is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 60 -
CMYK 0.06 0 0.75 0.07
HSL 65.11º 0.82% 0.58% -
HSV(B) 65.11º 0.75% 0.93% -
XYZ 60.63 75.69 15.69 -
YUV 211.45 42.53 134.81 -
System Red Green Blue C M Y K H S L
Decimal 221 236 60 0.06 0 0.75 0.07 65.11 0.82 0.58
Hex DD EC 3C 6 0 4B 7 41 52 3A
Octal 335 354 74 6 0 113 7 101 122 72
Binary 11011101 11101100 111100 110 0 1001011 111 1000001 1010010 111010

Color Harmonies of #DDEC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC3C

Black with #DDEC3C

Text Example


Text Example

White with #DDEC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC3C; }

 p { color: rgb(221,236,60); }

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

background-color css

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

 a { background-color: rgb(221,236,60); }

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

border-color css

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

 span { border-color: rgb(221,236,60); }

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