Html Css Color HEX #DCED23 Pear

📋 copy color: '#DCED23'

red 220 ◦ green 237 ◦ blue 35

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

Shades of Pear #DCED23

Tints of Pear #DCED23

RGB

 RED value IS 220 (86.33% from 255) = 44.72%

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

 BLUE value IS 35 (14.06% from 255) = 7.11%

R = 44.72%
G = 48.17%
B = 7.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#DCED23 (or 0xDCED23) is known color: Pear. HEX triplet: DC, ED and 23. RGB value is (220,237,35). Sum of RGB (Red+Green+Blue) = 220+237+35=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 35 (14.06% from 255 or 7.11% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED23 is #2312DC. Grayscale: #D1D1D1. Windows color (decimal): -2298589 or 2354652. OLE color: 2354652.

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

Color convert

RGB 220 237 35 -
CMYK 0.07 0 0.85 0.07
HSL 65.05º 0.85% 0.53% -
HSV(B) 65.05º 0.85% 0.93% -
XYZ 60.1 75.91 13.07 -
YUV 208.89 29.87 135.93 -
System Red Green Blue C M Y K H S L
Decimal 220 237 35 0.07 0 0.85 0.07 65.05 0.85 0.53
Hex DC ED 23 7 0 55 7 41 55 35
Octal 334 355 43 7 0 125 7 101 125 65
Binary 11011100 11101101 100011 111 0 1010101 111 1000001 1010101 110101

Color Harmonies of #DCED23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED23

Black with #DCED23

Text Example


Text Example

White with #DCED23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED23; }

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

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

background-color css

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

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

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

border-color css

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

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

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