Html Css Color HEX #DBEB41 Pear

📋 copy color: '#DBEB41'

red 219 ◦ green 235 ◦ blue 65

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

Shades of Pear #DBEB41

Tints of Pear #DBEB41

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.28%

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

R = 42.2%
G = 45.28%
B = 12.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#DBEB41 (or 0xDBEB41) is known color: Pear. HEX triplet: DB, EB and 41. RGB value is (219,235,65). Sum of RGB (Red+Green+Blue) = 219+235+65=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 65 (25.78% from 255 or 12.52% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB41 is #2414BE. Grayscale: #D3D3D3. Windows color (decimal): -2364607 or 4320219. OLE color: 4320219.

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

Color convert

RGB 219 235 65 -
CMYK 0.07 0 0.72 0.08
HSL 65.65º 0.81% 0.59% -
HSV(B) 65.65º 0.72% 0.92% -
XYZ 59.88 74.86 16.29 -
YUV 210.84 45.7 133.82 -
System Red Green Blue C M Y K H S L
Decimal 219 235 65 0.07 0 0.72 0.08 65.65 0.81 0.59
Hex DB EB 41 7 0 48 8 42 51 3B
Octal 333 353 101 7 0 110 10 102 121 73
Binary 11011011 11101011 1000001 111 0 1001000 1000 1000010 1010001 111011

Color Harmonies of #DBEB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB41

Black with #DBEB41

Text Example


Text Example

White with #DBEB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB41; }

 p { color: rgb(219,235,65); }

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

background-color css

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

 a { background-color: rgb(219,235,65); }

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

border-color css

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

 span { border-color: rgb(219,235,65); }

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