Html Css Color HEX #DEEB1D Pear

📋 copy color: '#DEEB1D'

red 222 ◦ green 235 ◦ blue 29

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

Shades of Pear #DEEB1D

Tints of Pear #DEEB1D

RGB

 RED value IS 222 (87.11% from 255) = 45.68%

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

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

R = 45.68%
G = 48.35%
B = 5.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#DEEB1D (or 0xDEEB1D) is known color: Pear. HEX triplet: DE, EB and 1D. RGB value is (222,235,29). Sum of RGB (Red+Green+Blue) = 222+235+29=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB1D is #2114E2. Grayscale: #D0D0D0. Windows color (decimal): -2168035 or 1960926. OLE color: 1960926.

HSL color Cylindrical-coordinate representation of color #DEEB1D: hue angle of 63.79º 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 #DEEB1D is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 235 29 -
CMYK 0.06 0 0.88 0.08
HSL 63.79º 0.84% 0.52% -
HSV(B) 63.79º 0.88% 0.92% -
XYZ 60.05 75.03 12.48 -
YUV 207.63 27.19 138.25 -
System Red Green Blue C M Y K H S L
Decimal 222 235 29 0.06 0 0.88 0.08 63.79 0.84 0.52
Hex DE EB 1D 6 0 58 8 40 54 34
Octal 336 353 35 6 0 130 10 100 124 64
Binary 11011110 11101011 11101 110 0 1011000 1000 1000000 1010100 110100

Color Harmonies of #DEEB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEB1D

Black with #DEEB1D

Text Example


Text Example

White with #DEEB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEB1D; }

 p { color: rgb(222,235,29); }

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

background-color css

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

 a { background-color: rgb(222,235,29); }

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

border-color css

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

 span { border-color: rgb(222,235,29); }

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