Html Css Color HEX #DCEA1D Pear

📋 copy color: '#DCEA1D'

red 220 ◦ green 234 ◦ blue 29

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

Shades of Pear #DCEA1D

Tints of Pear #DCEA1D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.45%

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

R = 45.55%
G = 48.45%
B = 6%

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

#DCEA1D (or 0xDCEA1D) is known color: Pear. HEX triplet: DC, EA and 1D. RGB value is (220,234,29). Sum of RGB (Red+Green+Blue) = 220+234+29=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA1D is #2315E2. Grayscale: #CFCFCF. Windows color (decimal): -2299363 or 1960668. OLE color: 1960668.

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

Color convert

RGB 220 234 29 -
CMYK 0.06 0 0.88 0.08
HSL 64.1º 0.83% 0.52% -
HSV(B) 64.1º 0.88% 0.92% -
XYZ 59.16 74.15 12.36 -
YUV 206.44 27.86 137.67 -
System Red Green Blue C M Y K H S L
Decimal 220 234 29 0.06 0 0.88 0.08 64.1 0.83 0.52
Hex DC EA 1D 6 0 58 8 40 53 34
Octal 334 352 35 6 0 130 10 100 123 64
Binary 11011100 11101010 11101 110 0 1011000 1000 1000000 1010011 110100

Color Harmonies of #DCEA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA1D

Black with #DCEA1D

Text Example


Text Example

White with #DCEA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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