Html Css Color HEX #DCE18B Primrose

📋 copy color: '#DCE18B'

red 220 ◦ green 225 ◦ blue 139

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

Shades of Primrose #DCE18B

Tints of Primrose #DCE18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.8%

R = 37.67%
G = 38.53%
B = 23.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#DCE18B (or 0xDCE18B) is known color: Primrose. HEX triplet: DC, E1 and 8B. RGB value is (220,225,139). Sum of RGB (Red+Green+Blue) = 220+225+139=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE18B is #231E74. Grayscale: #D6D6D6. Windows color (decimal): -2301557 or 9167324. OLE color: 9167324.

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

Color convert

RGB 220 225 139 -
CMYK 0.02 0 0.38 0.12
HSL 63.49º 0.59% 0.71% -
HSV(B) 63.49º 0.38% 0.88% -
XYZ 61.1 70.93 34.9 -
YUV 213.7 85.84 132.49 -
System Red Green Blue C M Y K H S L
Decimal 220 225 139 0.02 0 0.38 0.12 63.49 0.59 0.71
Hex DC E1 8B 2 0 26 C 3F 3B 47
Octal 334 341 213 2 0 46 14 77 73 107
Binary 11011100 11100001 10001011 10 0 100110 1100 111111 111011 1000111

Color Harmonies of #DCE18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE18B

Black with #DCE18B

Text Example


Text Example

White with #DCE18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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