Html Css Color HEX #DDE01C Pear

📋 copy color: '#DDE01C'

red 221 ◦ green 224 ◦ blue 28

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

Shades of Pear #DDE01C

Tints of Pear #DDE01C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.36%

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

R = 46.72%
G = 47.36%
B = 5.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#DDE01C (or 0xDDE01C) is known color: Pear. HEX triplet: DD, E0 and 1C. RGB value is (221,224,28). Sum of RGB (Red+Green+Blue) = 221+224+28=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 28 (11.33% from 255 or 5.92% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE01C is #221FE3. Grayscale: #C9C9C9. Windows color (decimal): -2236388 or 1892573. OLE color: 1892573.

HSL color Cylindrical-coordinate representation of color #DDE01C: hue angle of 60.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDE01C is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 28 -
CMYK 0.01 0 0.88 0.12
HSL 60.92º 0.78% 0.49% -
HSV(B) 60.92º 0.88% 0.88% -
XYZ 56.68 68.77 11.38 -
YUV 200.76 30.51 142.44 -
System Red Green Blue C M Y K H S L
Decimal 221 224 28 0.01 0 0.88 0.12 60.92 0.78 0.49
Hex DD E0 1C 1 0 58 C 3D 4E 31
Octal 335 340 34 1 0 130 14 75 116 61
Binary 11011101 11100000 11100 1 0 1011000 1100 111101 1001110 110001

Color Harmonies of #DDE01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE01C

Black with #DDE01C

Text Example


Text Example

White with #DDE01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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