Html Css Color HEX #DDF73D Pear

📋 copy color: '#DDF73D'

red 221 ◦ green 247 ◦ blue 61

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

Shades of Pear #DDF73D

Tints of Pear #DDF73D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.69%

 BLUE value IS 61 (24.22% from 255) = 11.53%

R = 41.78%
G = 46.69%
B = 11.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#DDF73D (or 0xDDF73D) is known color: Pear. HEX triplet: DD, F7 and 3D. RGB value is (221,247,61). Sum of RGB (Red+Green+Blue) = 221+247+61=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF73D is #2208C2. Grayscale: #DADADA. Windows color (decimal): -2230467 or 4061149. OLE color: 4061149.

HSL color Cylindrical-coordinate representation of color #DDF73D: hue angle of 68.39º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDF73D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 61 -
CMYK 0.11 0 0.75 0.03
HSL 68.39º 0.92% 0.6% -
HSV(B) 68.39º 0.75% 0.97% -
XYZ 63.92 82.23 16.92 -
YUV 218.02 39.39 130.12 -
System Red Green Blue C M Y K H S L
Decimal 221 247 61 0.11 0 0.75 0.03 68.39 0.92 0.6
Hex DD F7 3D B 0 4B 3 44 5C 3C
Octal 335 367 75 13 0 113 3 104 134 74
Binary 11011101 11110111 111101 1011 0 1001011 11 1000100 1011100 111100

Color Harmonies of #DDF73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF73D

Black with #DDF73D

Text Example


Text Example

White with #DDF73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF73D; }

 p { color: rgb(221,247,61); }

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

background-color css

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

 a { background-color: rgb(221,247,61); }

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

border-color css

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

 span { border-color: rgb(221,247,61); }

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