Html Css Color HEX #D6E38F Primrose

📋 copy color: '#D6E38F'

red 214 ◦ green 227 ◦ blue 143

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

Shades of Primrose #D6E38F

Tints of Primrose #D6E38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.49%

R = 36.64%
G = 38.87%
B = 24.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#D6E38F (or 0xD6E38F) is known color: Primrose. HEX triplet: D6, E3 and 8F. RGB value is (214,227,143). Sum of RGB (Red+Green+Blue) = 214+227+143=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E38F is #291C70. Grayscale: #D5D5D5. Windows color (decimal): -2694257 or 9429974. OLE color: 9429974.

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

Color convert

RGB 214 227 143 -
CMYK 0.06 0 0.37 0.11
HSL 69.29º 0.6% 0.73% -
HSV(B) 69.29º 0.37% 0.89% -
XYZ 60.16 71.22 36.56 -
YUV 213.54 88.19 128.33 -
System Red Green Blue C M Y K H S L
Decimal 214 227 143 0.06 0 0.37 0.11 69.29 0.6 0.73
Hex D6 E3 8F 6 0 25 B 45 3C 49
Octal 326 343 217 6 0 45 13 105 74 111
Binary 11010110 11100011 10001111 110 0 100101 1011 1000101 111100 1001001

Color Harmonies of #D6E38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E38F

Black with #D6E38F

Text Example


Text Example

White with #D6E38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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