Html Css Color HEX #DBEB2A Pear

📋 copy color: '#DBEB2A'

red 219 ◦ green 235 ◦ blue 42

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

Shades of Pear #DBEB2A

Tints of Pear #DBEB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.47%

R = 44.15%
G = 47.38%
B = 8.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#DBEB2A (or 0xDBEB2A) is known color: Pear. HEX triplet: DB, EB and 2A. RGB value is (219,235,42). Sum of RGB (Red+Green+Blue) = 219+235+42=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 42 (16.80% from 255 or 8.47% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB2A is #2414D5. Grayscale: #D0D0D0. Windows color (decimal): -2364630 or 2812891. OLE color: 2812891.

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

Color convert

RGB 219 235 42 -
CMYK 0.07 0 0.82 0.08
HSL 64.97º 0.83% 0.54% -
HSV(B) 64.97º 0.82% 0.92% -
XYZ 59.34 74.64 13.47 -
YUV 208.21 34.2 135.69 -
System Red Green Blue C M Y K H S L
Decimal 219 235 42 0.07 0 0.82 0.08 64.97 0.83 0.54
Hex DB EB 2A 7 0 52 8 41 53 36
Octal 333 353 52 7 0 122 10 101 123 66
Binary 11011011 11101011 101010 111 0 1010010 1000 1000001 1010011 110110

Color Harmonies of #DBEB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB2A

Black with #DBEB2A

Text Example


Text Example

White with #DBEB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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