Html Css Color HEX #DCE38A Primrose

📋 copy color: '#DCE38A'

red 220 ◦ green 227 ◦ blue 138

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

Shades of Primrose #DCE38A

Tints of Primrose #DCE38A

RGB

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

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

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

R = 37.61%
G = 38.8%
B = 23.59%

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

#DCE38A (or 0xDCE38A) is known color: Primrose. HEX triplet: DC, E3 and 8A. RGB value is (220,227,138). Sum of RGB (Red+Green+Blue) = 220+227+138=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE38A is #231C75. Grayscale: #D7D7D7. Windows color (decimal): -2301046 or 9102300. OLE color: 9102300.

HSL color Cylindrical-coordinate representation of color #DCE38A: hue angle of 64.72º degrees, saturation: 0.61, 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 #DCE38A is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 227 138 -
CMYK 0.03 0 0.39 0.11
HSL 64.72º 0.61% 0.72% -
HSV(B) 64.72º 0.39% 0.89% -
XYZ 61.57 71.99 34.69 -
YUV 214.76 84.68 131.74 -
System Red Green Blue C M Y K H S L
Decimal 220 227 138 0.03 0 0.39 0.11 64.72 0.61 0.72
Hex DC E3 8A 3 0 27 B 41 3D 48
Octal 334 343 212 3 0 47 13 101 75 110
Binary 11011100 11100011 10001010 11 0 100111 1011 1000001 111101 1001000

Color Harmonies of #DCE38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE38A

Black with #DCE38A

Text Example


Text Example

White with #DCE38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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