Html Css Color HEX #D9E38A Primrose

📋 copy color: '#D9E38A'

red 217 ◦ green 227 ◦ blue 138

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

Shades of Primrose #D9E38A

Tints of Primrose #D9E38A

RGB

 RED value IS 217 (85.16% from 255) = 37.29%

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

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

R = 37.29%
G = 39%
B = 23.71%

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

#D9E38A (or 0xD9E38A) is known color: Primrose. HEX triplet: D9, E3 and 8A. RGB value is (217,227,138). Sum of RGB (Red+Green+Blue) = 217+227+138=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E38A is #261C75. Grayscale: #D6D6D6. Windows color (decimal): -2497654 or 9102297. OLE color: 9102297.

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

Color convert

RGB 217 227 138 -
CMYK 0.04 0 0.39 0.11
HSL 66.74º 0.61% 0.72% -
HSV(B) 66.74º 0.39% 0.89% -
XYZ 60.67 71.52 34.65 -
YUV 213.86 85.19 130.24 -
System Red Green Blue C M Y K H S L
Decimal 217 227 138 0.04 0 0.39 0.11 66.74 0.61 0.72
Hex D9 E3 8A 4 0 27 B 43 3D 48
Octal 331 343 212 4 0 47 13 103 75 110
Binary 11011001 11100011 10001010 100 0 100111 1011 1000011 111101 1001000

Color Harmonies of #D9E38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E38A

Black with #D9E38A

Text Example


Text Example

White with #D9E38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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