Html Css Color HEX #D7DE98 Primrose

📋 copy color: '#D7DE98'

red 215 ◦ green 222 ◦ blue 152

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

Shades of Primrose #D7DE98

Tints of Primrose #D7DE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.81%

R = 36.5%
G = 37.69%
B = 25.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#D7DE98 (or 0xD7DE98) is known color: Primrose. HEX triplet: D7, DE and 98. RGB value is (215,222,152). Sum of RGB (Red+Green+Blue) = 215+222+152=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DE98 is #282167. Grayscale: #D4D4D4. Windows color (decimal): -2629992 or 10018519. OLE color: 10018519.

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

Color convert

RGB 215 222 152 -
CMYK 0.03 0 0.32 0.13
HSL 66º 0.51% 0.73% -
HSV(B) 66º 0.32% 0.87% -
XYZ 59.81 68.96 39.86 -
YUV 211.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 215 222 152 0.03 0 0.32 0.13 66 0.51 0.73
Hex D7 DE 98 3 0 20 D 42 33 49
Octal 327 336 230 3 0 40 15 102 63 111
Binary 11010111 11011110 10011000 11 0 100000 1101 1000010 110011 1001001

Color Harmonies of #D7DE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DE98

Black with #D7DE98

Text Example


Text Example

White with #D7DE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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