Html Css Color HEX #DBED2C Pear

📋 copy color: '#DBED2C'

red 219 ◦ green 237 ◦ blue 44

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

Shades of Pear #DBED2C

Tints of Pear #DBED2C

RGB

 RED value IS 219 (85.94% from 255) = 43.8%

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

 BLUE value IS 44 (17.58% from 255) = 8.8%

R = 43.8%
G = 47.4%
B = 8.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#DBED2C (or 0xDBED2C) is known color: Pear. HEX triplet: DB, ED and 2C. RGB value is (219,237,44). Sum of RGB (Red+Green+Blue) = 219+237+44=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 44 (17.58% from 255 or 8.8% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED2C is #2412D3. Grayscale: #D2D2D2. Windows color (decimal): -2364116 or 2944475. OLE color: 2944475.

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

Color convert

RGB 219 237 44 -
CMYK 0.08 0 0.81 0.07
HSL 65.6º 0.84% 0.55% -
HSV(B) 65.6º 0.81% 0.93% -
XYZ 59.95 75.81 13.86 -
YUV 209.62 34.54 134.69 -
System Red Green Blue C M Y K H S L
Decimal 219 237 44 0.08 0 0.81 0.07 65.6 0.84 0.55
Hex DB ED 2C 8 0 51 7 42 54 37
Octal 333 355 54 10 0 121 7 102 124 67
Binary 11011011 11101101 101100 1000 0 1010001 111 1000010 1010100 110111

Color Harmonies of #DBED2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED2C

Black with #DBED2C

Text Example


Text Example

White with #DBED2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED2C; }

 p { color: rgb(219,237,44); }

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

background-color css

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

 a { background-color: rgb(219,237,44); }

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

border-color css

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

 span { border-color: rgb(219,237,44); }

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