Html Css Color HEX #D7DE95 Primrose

📋 copy color: '#D7DE95'

red 215 ◦ green 222 ◦ blue 149

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

Shades of Primrose #D7DE95

Tints of Primrose #D7DE95

RGB

 RED value IS 215 (84.38% from 255) = 36.69%

 GREEN value IS 222 (87.11% from 255) = 37.88%

 BLUE value IS 149 (58.59% from 255) = 25.43%

R = 36.69%
G = 37.88%
B = 25.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#D7DE95 (or 0xD7DE95) is known color: Primrose. HEX triplet: D7, DE and 95. RGB value is (215,222,149). Sum of RGB (Red+Green+Blue) = 215+222+149=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DE95 is #28216A. Grayscale: #D3D3D3. Windows color (decimal): -2629995 or 9821911. OLE color: 9821911.

HSL color Cylindrical-coordinate representation of color #D7DE95: hue angle of 65.75º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7DE95 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 222 149 -
CMYK 0.03 0 0.33 0.13
HSL 65.75º 0.53% 0.73% -
HSV(B) 65.75º 0.33% 0.87% -
XYZ 59.57 68.86 38.59 -
YUV 211.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 215 222 149 0.03 0 0.33 0.13 65.75 0.53 0.73
Hex D7 DE 95 3 0 21 D 42 35 49
Octal 327 336 225 3 0 41 15 102 65 111
Binary 11010111 11011110 10010101 11 0 100001 1101 1000010 110101 1001001

Color Harmonies of #D7DE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DE95

Black with #D7DE95

Text Example


Text Example

White with #D7DE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DE95; }

 p { color: rgb(215,222,149); }

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

background-color css

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

 a { background-color: rgb(215,222,149); }

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

border-color css

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

 span { border-color: rgb(215,222,149); }

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