Html Css Color HEX #D5DE98 Primrose

📋 copy color: '#D5DE98'

red 213 ◦ green 222 ◦ blue 152

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

Shades of Primrose #D5DE98

Tints of Primrose #D5DE98

RGB

 RED value IS 213 (83.59% from 255) = 36.29%

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

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

R = 36.29%
G = 37.82%
B = 25.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#D5DE98 (or 0xD5DE98) is known color: Primrose. HEX triplet: D5, DE and 98. RGB value is (213,222,152). Sum of RGB (Red+Green+Blue) = 213+222+152=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DE98 is #2A2167. Grayscale: #D3D3D3. Windows color (decimal): -2761064 or 10018517. OLE color: 10018517.

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

Color convert

RGB 213 222 152 -
CMYK 0.04 0 0.32 0.13
HSL 67.71º 0.51% 0.73% -
HSV(B) 67.71º 0.32% 0.87% -
XYZ 59.23 68.66 39.84 -
YUV 211.33 94.52 129.19 -
System Red Green Blue C M Y K H S L
Decimal 213 222 152 0.04 0 0.32 0.13 67.71 0.51 0.73
Hex D5 DE 98 4 0 20 D 44 33 49
Octal 325 336 230 4 0 40 15 104 63 111
Binary 11010101 11011110 10011000 100 0 100000 1101 1000100 110011 1001001

Color Harmonies of #D5DE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DE98

Black with #D5DE98

Text Example


Text Example

White with #D5DE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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