Html Css Color HEX #DCEB1D Pear

📋 copy color: '#DCEB1D'

red 220 ◦ green 235 ◦ blue 29

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

Shades of Pear #DCEB1D

Tints of Pear #DCEB1D

RGB

 RED value IS 220 (86.33% from 255) = 45.45%

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

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

R = 45.45%
G = 48.55%
B = 5.99%

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

#DCEB1D (or 0xDCEB1D) is known color: Pear. HEX triplet: DC, EB and 1D. RGB value is (220,235,29). Sum of RGB (Red+Green+Blue) = 220+235+29=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB1D is #2314E2. Grayscale: #CFCFCF. Windows color (decimal): -2299107 or 1960924. OLE color: 1960924.

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

Color convert

RGB 220 235 29 -
CMYK 0.06 0 0.88 0.08
HSL 64.37º 0.84% 0.52% -
HSV(B) 64.37º 0.88% 0.92% -
XYZ 59.45 74.72 12.45 -
YUV 207.03 27.53 137.25 -
System Red Green Blue C M Y K H S L
Decimal 220 235 29 0.06 0 0.88 0.08 64.37 0.84 0.52
Hex DC EB 1D 6 0 58 8 40 54 34
Octal 334 353 35 6 0 130 10 100 124 64
Binary 11011100 11101011 11101 110 0 1011000 1000 1000000 1010100 110100

Color Harmonies of #DCEB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB1D

Black with #DCEB1D

Text Example


Text Example

White with #DCEB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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