Html Css Color HEX #DCE18A Primrose

📋 copy color: '#DCE18A'

red 220 ◦ green 225 ◦ blue 138

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

Shades of Primrose #DCE18A

Tints of Primrose #DCE18A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.59%

 BLUE value IS 138 (54.3% from 255) = 23.67%

R = 37.74%
G = 38.59%
B = 23.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#DCE18A (or 0xDCE18A) is known color: Primrose. HEX triplet: DC, E1 and 8A. RGB value is (220,225,138). Sum of RGB (Red+Green+Blue) = 220+225+138=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE18A is #231E75. Grayscale: #D5D5D5. Windows color (decimal): -2301558 or 9101788. OLE color: 9101788.

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

Color convert

RGB 220 225 138 -
CMYK 0.02 0 0.39 0.12
HSL 63.45º 0.59% 0.71% -
HSV(B) 63.45º 0.39% 0.88% -
XYZ 61.03 70.9 34.51 -
YUV 213.59 85.34 132.57 -
System Red Green Blue C M Y K H S L
Decimal 220 225 138 0.02 0 0.39 0.12 63.45 0.59 0.71
Hex DC E1 8A 2 0 27 C 3F 3B 47
Octal 334 341 212 2 0 47 14 77 73 107
Binary 11011100 11100001 10001010 10 0 100111 1100 111111 111011 1000111

Color Harmonies of #DCE18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE18A

Black with #DCE18A

Text Example


Text Example

White with #DCE18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE18A; }

 p { color: rgb(220,225,138); }

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

background-color css

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

 a { background-color: rgb(220,225,138); }

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

border-color css

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

 span { border-color: rgb(220,225,138); }

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