Html Css Color HEX #D6E387 Primrose

📋 copy color: '#D6E387'

red 214 ◦ green 227 ◦ blue 135

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

Shades of Primrose #D6E387

Tints of Primrose #D6E387

RGB

 RED value IS 214 (83.98% from 255) = 37.15%

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

 BLUE value IS 135 (53.13% from 255) = 23.44%

R = 37.15%
G = 39.41%
B = 23.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#D6E387 (or 0xD6E387) is known color: Primrose. HEX triplet: D6, E3 and 87. RGB value is (214,227,135). Sum of RGB (Red+Green+Blue) = 214+227+135=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 135 (53.12% from 255 or 23.44% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E387 is #291C78. Grayscale: #D4D4D4. Windows color (decimal): -2694265 or 8905686. OLE color: 8905686.

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

Color convert

RGB 214 227 135 -
CMYK 0.06 0 0.41 0.11
HSL 68.48º 0.62% 0.71% -
HSV(B) 68.48º 0.41% 0.89% -
XYZ 59.57 70.98 33.48 -
YUV 212.63 84.19 128.98 -
System Red Green Blue C M Y K H S L
Decimal 214 227 135 0.06 0 0.41 0.11 68.48 0.62 0.71
Hex D6 E3 87 6 0 29 B 44 3E 47
Octal 326 343 207 6 0 51 13 104 76 107
Binary 11010110 11100011 10000111 110 0 101001 1011 1000100 111110 1000111

Color Harmonies of #D6E387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E387

Black with #D6E387

Text Example


Text Example

White with #D6E387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E387; }

 p { color: rgb(214,227,135); }

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

background-color css

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

 a { background-color: rgb(214,227,135); }

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

border-color css

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

 span { border-color: rgb(214,227,135); }

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