#DCED33

Color #DCED33 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DCED33

Tints of Pear #DCED33

Color information

#DCED33 (or 0xDCED33) is unknown color: approx Pear. HEX triplet: DC, ED and 33. RGB value is (220,237,51). Sum of RGB (Red+Green+Blue) = 220+237+51=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 51 (20.31% from 255 or 10.04% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED33 is #2312CC. Grayscale: #D3D3D3. Windows color (decimal): -2298573 or 3403228. OLE color: 3403228.

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

Color convert

RGB22023751-
CMYK0.0700.780.07
HSL65.48º83.78%56.47%-
HSV(B)65.48º78.48%92.94%-
XYZ60.476.0214.62-
YUV210.7137.87134.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 237 (92.97% from 255) = 46.65%
BLUE value IS 51 (20.31% from 255) = 10.04%
R=43.31%
G=46.65%
B=10.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220237510.0700.780.0765.4883.7856.47
HexDCED33704E7415438
Octal3343556370116710112470
Binary11011100111011011100111110100111011110000011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED33; }

 p { color: rgb(220,237,51); }

 H1.HeaderClassName
 {
   color: #DCED33;
 }
 .AnyTagClassName
 {
   color: #DCED33;
 }
</style>
background-color css

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

 a { background-color: rgb(220,237,51); }

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

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

 span { border-color: rgb(220,237,51); }

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