Html Css Color HEX #DDED38 Pear

📋 copy color: '#DDED38'

red 221 ◦ green 237 ◦ blue 56

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

Shades of Pear #DDED38

Tints of Pear #DDED38

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.11%

 BLUE value IS 56 (22.27% from 255) = 10.89%

R = 43%
G = 46.11%
B = 10.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#DDED38 (or 0xDDED38) is known color: Pear. HEX triplet: DD, ED and 38. RGB value is (221,237,56). Sum of RGB (Red+Green+Blue) = 221+237+56=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 56 (22.27% from 255 or 10.89% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED38 is #2212C7. Grayscale: #D4D4D4. Windows color (decimal): -2233032 or 3730909. OLE color: 3730909.

HSL color Cylindrical-coordinate representation of color #DDED38: hue angle of 65.3º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDED38 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 56 -
CMYK 0.07 0 0.76 0.07
HSL 65.3º 0.83% 0.57% -
HSV(B) 65.3º 0.76% 0.93% -
XYZ 60.82 76.23 15.25 -
YUV 211.58 40.2 134.72 -
System Red Green Blue C M Y K H S L
Decimal 221 237 56 0.07 0 0.76 0.07 65.3 0.83 0.57
Hex DD ED 38 7 0 4C 7 41 53 39
Octal 335 355 70 7 0 114 7 101 123 71
Binary 11011101 11101101 111000 111 0 1001100 111 1000001 1010011 111001

Color Harmonies of #DDED38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED38

Black with #DDED38

Text Example


Text Example

White with #DDED38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED38; }

 p { color: rgb(221,237,56); }

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

background-color css

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

 a { background-color: rgb(221,237,56); }

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

border-color css

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

 span { border-color: rgb(221,237,56); }

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