Html Css Color HEX #DCE28A Primrose

📋 copy color: '#DCE28A'

red 220 ◦ green 226 ◦ blue 138

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

Shades of Primrose #DCE28A

Tints of Primrose #DCE28A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.7%

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

R = 37.67%
G = 38.7%
B = 23.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#DCE28A (or 0xDCE28A) is known color: Primrose. HEX triplet: DC, E2 and 8A. RGB value is (220,226,138). Sum of RGB (Red+Green+Blue) = 220+226+138=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE28A is #231D75. Grayscale: #D6D6D6. Windows color (decimal): -2301302 or 9102044. OLE color: 9102044.

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

Color convert

RGB 220 226 138 -
CMYK 0.03 0 0.39 0.11
HSL 64.09º 0.6% 0.71% -
HSV(B) 64.09º 0.39% 0.89% -
XYZ 61.3 71.44 34.6 -
YUV 214.17 85.01 132.16 -
System Red Green Blue C M Y K H S L
Decimal 220 226 138 0.03 0 0.39 0.11 64.09 0.6 0.71
Hex DC E2 8A 3 0 27 B 40 3C 47
Octal 334 342 212 3 0 47 13 100 74 107
Binary 11011100 11100010 10001010 11 0 100111 1011 1000000 111100 1000111

Color Harmonies of #DCE28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE28A

Black with #DCE28A

Text Example


Text Example

White with #DCE28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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