Html Css Color HEX #DDED30 Pear

📋 copy color: '#DDED30'

red 221 ◦ green 237 ◦ blue 48

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

Shades of Pear #DDED30

Tints of Pear #DDED30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.49%

R = 43.68%
G = 46.84%
B = 9.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#DDED30 (or 0xDDED30) is known color: Pear. HEX triplet: DD, ED and 30. RGB value is (221,237,48). Sum of RGB (Red+Green+Blue) = 221+237+48=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED30 is #2212CF. Grayscale: #D3D3D3. Windows color (decimal): -2233040 or 3206621. OLE color: 3206621.

HSL color Cylindrical-coordinate representation of color #DDED30: hue angle of 65.08º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDED30 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 48 -
CMYK 0.07 0 0.80 0.07
HSL 65.08º 0.84% 0.56% -
HSV(B) 65.08º 0.8% 0.93% -
XYZ 60.64 76.15 14.3 -
YUV 210.67 36.2 135.37 -
System Red Green Blue C M Y K H S L
Decimal 221 237 48 0.07 0 0.80 0.07 65.08 0.84 0.56
Hex DD ED 30 7 0 50 7 41 54 38
Octal 335 355 60 7 0 120 7 101 124 70
Binary 11011101 11101101 110000 111 0 1010000 111 1000001 1010100 111000

Color Harmonies of #DDED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED30

Black with #DDED30

Text Example


Text Example

White with #DDED30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED30; }

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

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

background-color css

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

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

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

border-color css

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

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

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