Html Css Color HEX #DCED41 Pear

📋 copy color: '#DCED41'

red 220 ◦ green 237 ◦ blue 65

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

Shades of Pear #DCED41

Tints of Pear #DCED41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.45%

R = 42.15%
G = 45.4%
B = 12.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#DCED41 (or 0xDCED41) is known color: Pear. HEX triplet: DC, ED and 41. RGB value is (220,237,65). Sum of RGB (Red+Green+Blue) = 220+237+65=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED41 is #2312BE. Grayscale: #D4D4D4. Windows color (decimal): -2298559 or 4320732. OLE color: 4320732.

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

Color convert

RGB 220 237 65 -
CMYK 0.07 0 0.73 0.07
HSL 65.93º 0.83% 0.59% -
HSV(B) 65.93º 0.73% 0.93% -
XYZ 60.75 76.17 16.5 -
YUV 212.31 44.87 133.49 -
System Red Green Blue C M Y K H S L
Decimal 220 237 65 0.07 0 0.73 0.07 65.93 0.83 0.59
Hex DC ED 41 7 0 49 7 42 53 3B
Octal 334 355 101 7 0 111 7 102 123 73
Binary 11011100 11101101 1000001 111 0 1001001 111 1000010 1010011 111011

Color Harmonies of #DCED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED41

Black with #DCED41

Text Example


Text Example

White with #DCED41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED41; }

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

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

background-color css

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

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

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

border-color css

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

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

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