Html Css Color HEX #DDF01B Pear

📋 copy color: '#DDF01B'

red 221 ◦ green 240 ◦ blue 27

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

Shades of Pear #DDF01B

Tints of Pear #DDF01B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.18%

 BLUE value IS 27 (10.94% from 255) = 5.53%

R = 45.29%
G = 49.18%
B = 5.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#DDF01B (or 0xDDF01B) is known color: Pear. HEX triplet: DD, F0 and 1B. RGB value is (221,240,27). Sum of RGB (Red+Green+Blue) = 221+240+27=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 27 (10.94% from 255 or 5.53% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF01B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF01B is #220FE4. Grayscale: #D2D2D2. Windows color (decimal): -2232293 or 1831133. OLE color: 1831133.

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

Color convert

RGB 221 240 27 -
CMYK 0.08 0 0.89 0.06
HSL 65.35º 0.88% 0.52% -
HSV(B) 65.35º 0.89% 0.94% -
XYZ 61.18 77.77 12.82 -
YUV 210.04 24.71 135.82 -
System Red Green Blue C M Y K H S L
Decimal 221 240 27 0.08 0 0.89 0.06 65.35 0.88 0.52
Hex DD F0 1B 8 0 59 6 41 58 34
Octal 335 360 33 10 0 131 6 101 130 64
Binary 11011101 11110000 11011 1000 0 1011001 110 1000001 1011000 110100

Color Harmonies of #DDF01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF01B

Black with #DDF01B

Text Example


Text Example

White with #DDF01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF01B; }

 p { color: rgb(221,240,27); }

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

background-color css

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

 a { background-color: rgb(221,240,27); }

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

border-color css

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

 span { border-color: rgb(221,240,27); }

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