Html Css Color HEX #DBEB1C Pear

📋 copy color: '#DBEB1C'

red 219 ◦ green 235 ◦ blue 28

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

Shades of Pear #DBEB1C

Tints of Pear #DBEB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.81%

R = 45.44%
G = 48.76%
B = 5.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#DBEB1C (or 0xDBEB1C) is known color: Pear. HEX triplet: DB, EB and 1C. RGB value is (219,235,28). Sum of RGB (Red+Green+Blue) = 219+235+28=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB1C is #2414E3. Grayscale: #CFCFCF. Windows color (decimal): -2364644 or 1895387. OLE color: 1895387.

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

Color convert

RGB 219 235 28 -
CMYK 0.07 0 0.88 0.08
HSL 64.64º 0.84% 0.52% -
HSV(B) 64.64º 0.88% 0.92% -
XYZ 59.13 74.56 12.37 -
YUV 206.62 27.2 136.83 -
System Red Green Blue C M Y K H S L
Decimal 219 235 28 0.07 0 0.88 0.08 64.64 0.84 0.52
Hex DB EB 1C 7 0 58 8 41 54 34
Octal 333 353 34 7 0 130 10 101 124 64
Binary 11011011 11101011 11100 111 0 1011000 1000 1000001 1010100 110100

Color Harmonies of #DBEB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB1C

Black with #DBEB1C

Text Example


Text Example

White with #DBEB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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