Html Css Color HEX #DDF31F Pear

📋 copy color: '#DDF31F'

red 221 ◦ green 243 ◦ blue 31

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

Shades of Pear #DDF31F

Tints of Pear #DDF31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.26%

R = 44.65%
G = 49.09%
B = 6.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#DDF31F (or 0xDDF31F) is known color: Pear. HEX triplet: DD, F3 and 1F. RGB value is (221,243,31). Sum of RGB (Red+Green+Blue) = 221+243+31=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 31 (12.5% from 255 or 6.26% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF31F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF31F is #220CE0. Grayscale: #D5D5D5. Windows color (decimal): -2231521 or 2094045. OLE color: 2094045.

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

Color convert

RGB 221 243 31 -
CMYK 0.09 0 0.87 0.05
HSL 66.23º 0.9% 0.54% -
HSV(B) 66.23º 0.87% 0.95% -
XYZ 62.12 79.57 13.38 -
YUV 212.25 25.71 134.24 -
System Red Green Blue C M Y K H S L
Decimal 221 243 31 0.09 0 0.87 0.05 66.23 0.9 0.54
Hex DD F3 1F 9 0 57 5 42 5A 36
Octal 335 363 37 11 0 127 5 102 132 66
Binary 11011101 11110011 11111 1001 0 1010111 101 1000010 1011010 110110

Color Harmonies of #DDF31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF31F

Black with #DDF31F

Text Example


Text Example

White with #DDF31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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