Html Css Color HEX #DDE718 Pear

📋 copy color: '#DDE718'

red 221 ◦ green 231 ◦ blue 24

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

Shades of Pear #DDE718

Tints of Pear #DDE718

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.53%

 BLUE value IS 24 (9.77% from 255) = 5.04%

R = 46.43%
G = 48.53%
B = 5.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#DDE718 (or 0xDDE718) is known color: Pear. HEX triplet: DD, E7 and 18. RGB value is (221,231,24). Sum of RGB (Red+Green+Blue) = 221+231+24=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 24 (9.77% from 255 or 5.04% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDE718 is #2218E7. Grayscale: #CDCDCD. Windows color (decimal): -2234600 or 1632221. OLE color: 1632221.

HSL color Cylindrical-coordinate representation of color #DDE718: hue angle of 62.9º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDE718 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 231 24 -
CMYK 0.04 0 0.90 0.09
HSL 62.9º 0.81% 0.5% -
HSV(B) 62.9º 0.9% 0.91% -
XYZ 58.56 72.59 11.79 -
YUV 204.41 26.19 139.83 -
System Red Green Blue C M Y K H S L
Decimal 221 231 24 0.04 0 0.90 0.09 62.9 0.81 0.5
Hex DD E7 18 4 0 5A 9 3F 51 32
Octal 335 347 30 4 0 132 11 77 121 62
Binary 11011101 11100111 11000 100 0 1011010 1001 111111 1010001 110010

Color Harmonies of #DDE718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE718

Black with #DDE718

Text Example


Text Example

White with #DDE718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE718; }

 p { color: rgb(221,231,24); }

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

background-color css

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

 a { background-color: rgb(221,231,24); }

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

border-color css

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

 span { border-color: rgb(221,231,24); }

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