Html Css Color HEX #DCED37 Pear

📋 copy color: '#DCED37'

red 220 ◦ green 237 ◦ blue 55

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

Shades of Pear #DCED37

Tints of Pear #DCED37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.74%

R = 42.97%
G = 46.29%
B = 10.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#DCED37 (or 0xDCED37) is known color: Pear. HEX triplet: DC, ED and 37. RGB value is (220,237,55). Sum of RGB (Red+Green+Blue) = 220+237+55=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED37 is #2312C8. Grayscale: #D3D3D3. Windows color (decimal): -2298569 or 3665372. OLE color: 3665372.

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

Color convert

RGB 220 237 55 -
CMYK 0.07 0 0.77 0.07
HSL 65.6º 0.83% 0.57% -
HSV(B) 65.6º 0.77% 0.93% -
XYZ 60.49 76.06 15.11 -
YUV 211.17 39.87 134.3 -
System Red Green Blue C M Y K H S L
Decimal 220 237 55 0.07 0 0.77 0.07 65.6 0.83 0.57
Hex DC ED 37 7 0 4D 7 42 53 39
Octal 334 355 67 7 0 115 7 102 123 71
Binary 11011100 11101101 110111 111 0 1001101 111 1000010 1010011 111001

Color Harmonies of #DCED37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED37

Black with #DCED37

Text Example


Text Example

White with #DCED37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED37; }

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

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

background-color css

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

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

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

border-color css

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

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

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