Html Css Color HEX #DCE534 Pear

📋 copy color: '#DCE534'

red 220 ◦ green 229 ◦ blue 52

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

Shades of Pear #DCE534

Tints of Pear #DCE534

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.71%

 BLUE value IS 52 (20.7% from 255) = 10.38%

R = 43.91%
G = 45.71%
B = 10.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#DCE534 (or 0xDCE534) is known color: Pear. HEX triplet: DC, E5 and 34. RGB value is (220,229,52). Sum of RGB (Red+Green+Blue) = 220+229+52=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE534 is #231ACB. Grayscale: #CECECE. Windows color (decimal): -2300620 or 3466716. OLE color: 3466716.

HSL color Cylindrical-coordinate representation of color #DCE534: hue angle of 63.05º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCE534 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 229 52 -
CMYK 0.04 0 0.77 0.10
HSL 63.05º 0.77% 0.55% -
HSV(B) 63.05º 0.77% 0.9% -
XYZ 58.15 71.5 13.99 -
YUV 206.13 41.02 137.89 -
System Red Green Blue C M Y K H S L
Decimal 220 229 52 0.04 0 0.77 0.10 63.05 0.77 0.55
Hex DC E5 34 4 0 4D A 3F 4D 37
Octal 334 345 64 4 0 115 12 77 115 67
Binary 11011100 11100101 110100 100 0 1001101 1010 111111 1001101 110111

Color Harmonies of #DCE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE534

Black with #DCE534

Text Example


Text Example

White with #DCE534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE534; }

 p { color: rgb(220,229,52); }

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

background-color css

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

 a { background-color: rgb(220,229,52); }

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

border-color css

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

 span { border-color: rgb(220,229,52); }

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