Html Css Color HEX #DBE01D Pear

📋 copy color: '#DBE01D'

red 219 ◦ green 224 ◦ blue 29

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

Shades of Pear #DBE01D

Tints of Pear #DBE01D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.46%

 BLUE value IS 29 (11.72% from 255) = 6.14%

R = 46.4%
G = 47.46%
B = 6.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#DBE01D (or 0xDBE01D) is known color: Pear. HEX triplet: DB, E0 and 1D. RGB value is (219,224,29). Sum of RGB (Red+Green+Blue) = 219+224+29=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE01D is #241FE2. Grayscale: #C9C9C9. Windows color (decimal): -2367459 or 1958107. OLE color: 1958107.

HSL color Cylindrical-coordinate representation of color #DBE01D: hue angle of 61.54º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBE01D is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 29 -
CMYK 0.02 0 0.87 0.12
HSL 61.54º 0.77% 0.5% -
HSV(B) 61.54º 0.87% 0.88% -
XYZ 56.09 68.46 11.42 -
YUV 200.28 31.34 141.36 -
System Red Green Blue C M Y K H S L
Decimal 219 224 29 0.02 0 0.87 0.12 61.54 0.77 0.5
Hex DB E0 1D 2 0 57 C 3E 4D 32
Octal 333 340 35 2 0 127 14 76 115 62
Binary 11011011 11100000 11101 10 0 1010111 1100 111110 1001101 110010

Color Harmonies of #DBE01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE01D

Black with #DBE01D

Text Example


Text Example

White with #DBE01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE01D; }

 p { color: rgb(219,224,29); }

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

background-color css

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

 a { background-color: rgb(219,224,29); }

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

border-color css

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

 span { border-color: rgb(219,224,29); }

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