Html Css Color HEX #DCE38D Primrose

📋 copy color: '#DCE38D'

red 220 ◦ green 227 ◦ blue 141

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

Shades of Primrose #DCE38D

Tints of Primrose #DCE38D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.61%

 BLUE value IS 141 (55.47% from 255) = 23.98%

R = 37.41%
G = 38.61%
B = 23.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#DCE38D (or 0xDCE38D) is known color: Primrose. HEX triplet: DC, E3 and 8D. RGB value is (220,227,141). Sum of RGB (Red+Green+Blue) = 220+227+141=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE38D is #231C72. Grayscale: #D7D7D7. Windows color (decimal): -2301043 or 9298908. OLE color: 9298908.

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

Color convert

RGB 220 227 141 -
CMYK 0.03 0 0.38 0.11
HSL 64.88º 0.61% 0.72% -
HSV(B) 64.88º 0.38% 0.89% -
XYZ 61.79 72.08 35.85 -
YUV 215.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 220 227 141 0.03 0 0.38 0.11 64.88 0.61 0.72
Hex DC E3 8D 3 0 26 B 41 3D 48
Octal 334 343 215 3 0 46 13 101 75 110
Binary 11011100 11100011 10001101 11 0 100110 1011 1000001 111101 1001000

Color Harmonies of #DCE38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE38D

Black with #DCE38D

Text Example


Text Example

White with #DCE38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE38D; }

 p { color: rgb(220,227,141); }

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

background-color css

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

 a { background-color: rgb(220,227,141); }

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

border-color css

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

 span { border-color: rgb(220,227,141); }

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