Html Css Color HEX #DDF326 Pear

📋 copy color: '#DDF326'

red 221 ◦ green 243 ◦ blue 38

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

Shades of Pear #DDF326

Tints of Pear #DDF326

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.41%

 BLUE value IS 38 (15.23% from 255) = 7.57%

R = 44.02%
G = 48.41%
B = 7.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#DDF326 (or 0xDDF326) is known color: Pear. HEX triplet: DD, F3 and 26. RGB value is (221,243,38). Sum of RGB (Red+Green+Blue) = 221+243+38=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 38 (15.23% from 255 or 7.57% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF326 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF326 is #220CD9. Grayscale: #D5D5D5. Windows color (decimal): -2231514 or 2552797. OLE color: 2552797.

HSL color Cylindrical-coordinate representation of color #DDF326: hue angle of 66.44º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDF326 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 38 -
CMYK 0.09 0 0.84 0.05
HSL 66.44º 0.9% 0.55% -
HSV(B) 66.44º 0.84% 0.95% -
XYZ 62.22 79.61 13.92 -
YUV 213.05 29.21 133.67 -
System Red Green Blue C M Y K H S L
Decimal 221 243 38 0.09 0 0.84 0.05 66.44 0.9 0.55
Hex DD F3 26 9 0 54 5 42 5A 37
Octal 335 363 46 11 0 124 5 102 132 67
Binary 11011101 11110011 100110 1001 0 1010100 101 1000010 1011010 110111

Color Harmonies of #DDF326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF326

Black with #DDF326

Text Example


Text Example

White with #DDF326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF326; }

 p { color: rgb(221,243,38); }

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

background-color css

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

 a { background-color: rgb(221,243,38); }

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

border-color css

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

 span { border-color: rgb(221,243,38); }

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