Html Css Color HEX #DCE48A Primrose

📋 copy color: '#DCE48A'

red 220 ◦ green 228 ◦ blue 138

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

Shades of Primrose #DCE48A

Tints of Primrose #DCE48A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.91%

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

R = 37.54%
G = 38.91%
B = 23.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#DCE48A (or 0xDCE48A) is known color: Primrose. HEX triplet: DC, E4 and 8A. RGB value is (220,228,138). Sum of RGB (Red+Green+Blue) = 220+228+138=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE48A is #231B75. Grayscale: #D7D7D7. Windows color (decimal): -2300790 or 9102556. OLE color: 9102556.

HSL color Cylindrical-coordinate representation of color #DCE48A: hue angle of 65.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCE48A is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 228 138 -
CMYK 0.04 0 0.39 0.11
HSL 65.33º 0.63% 0.72% -
HSV(B) 65.33º 0.39% 0.89% -
XYZ 61.85 72.54 34.79 -
YUV 215.35 84.35 131.32 -
System Red Green Blue C M Y K H S L
Decimal 220 228 138 0.04 0 0.39 0.11 65.33 0.63 0.72
Hex DC E4 8A 4 0 27 B 41 3E 48
Octal 334 344 212 4 0 47 13 101 76 110
Binary 11011100 11100100 10001010 100 0 100111 1011 1000001 111110 1001000

Color Harmonies of #DCE48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE48A

Black with #DCE48A

Text Example


Text Example

White with #DCE48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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