Html Css Color HEX #DDEE3C Pear

📋 copy color: '#DDEE3C'

red 221 ◦ green 238 ◦ blue 60

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

Shades of Pear #DDEE3C

Tints of Pear #DDEE3C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.86%

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

R = 42.58%
G = 45.86%
B = 11.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#DDEE3C (or 0xDDEE3C) is known color: Pear. HEX triplet: DD, EE and 3C. RGB value is (221,238,60). Sum of RGB (Red+Green+Blue) = 221+238+60=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE3C is #2211C3. Grayscale: #D5D5D5. Windows color (decimal): -2232772 or 3993309. OLE color: 3993309.

HSL color Cylindrical-coordinate representation of color #DDEE3C: hue angle of 65.73º degrees, saturation: 0.84, 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 #DDEE3C is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 60 -
CMYK 0.07 0 0.75 0.07
HSL 65.73º 0.84% 0.58% -
HSV(B) 65.73º 0.75% 0.93% -
XYZ 61.21 76.85 15.88 -
YUV 212.63 41.87 133.97 -
System Red Green Blue C M Y K H S L
Decimal 221 238 60 0.07 0 0.75 0.07 65.73 0.84 0.58
Hex DD EE 3C 7 0 4B 7 42 54 3A
Octal 335 356 74 7 0 113 7 102 124 72
Binary 11011101 11101110 111100 111 0 1001011 111 1000010 1010100 111010

Color Harmonies of #DDEE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE3C

Black with #DDEE3C

Text Example


Text Example

White with #DDEE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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