Html Css Color HEX #DDEC1C Pear

📋 copy color: '#DDEC1C'

red 221 ◦ green 236 ◦ blue 28

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

Shades of Pear #DDEC1C

Tints of Pear #DDEC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.77%

R = 45.57%
G = 48.66%
B = 5.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#DDEC1C (or 0xDDEC1C) is known color: Pear. HEX triplet: DD, EC and 1C. RGB value is (221,236,28). Sum of RGB (Red+Green+Blue) = 221+236+28=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC1C is #2213E3. Grayscale: #D0D0D0. Windows color (decimal): -2233316 or 1895645. OLE color: 1895645.

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

Color convert

RGB 221 236 28 -
CMYK 0.06 0 0.88 0.07
HSL 64.33º 0.85% 0.52% -
HSV(B) 64.33º 0.88% 0.93% -
XYZ 60.02 75.45 12.5 -
YUV 207.8 26.53 137.41 -
System Red Green Blue C M Y K H S L
Decimal 221 236 28 0.06 0 0.88 0.07 64.33 0.85 0.52
Hex DD EC 1C 6 0 58 7 40 55 34
Octal 335 354 34 6 0 130 7 100 125 64
Binary 11011101 11101100 11100 110 0 1011000 111 1000000 1010101 110100

Color Harmonies of #DDEC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC1C

Black with #DDEC1C

Text Example


Text Example

White with #DDEC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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