Html Css Color HEX #D5DA98 Primrose

📋 copy color: '#D5DA98'

red 213 ◦ green 218 ◦ blue 152

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

Shades of Primrose #D5DA98

Tints of Primrose #D5DA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.39%

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

R = 36.54%
G = 37.39%
B = 26.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D5DA98 (or 0xD5DA98) is known color: Primrose. HEX triplet: D5, DA and 98. RGB value is (213,218,152). Sum of RGB (Red+Green+Blue) = 213+218+152=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DA98 is #2A2567. Grayscale: #D1D1D1. Windows color (decimal): -2762088 or 10017493. OLE color: 10017493.

HSL color Cylindrical-coordinate representation of color #D5DA98: hue angle of 64.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5DA98 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 152 -
CMYK 0.02 0 0.30 0.15
HSL 64.55º 0.47% 0.73% -
HSV(B) 64.55º 0.3% 0.85% -
XYZ 58.18 66.56 39.49 -
YUV 208.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 213 218 152 0.02 0 0.30 0.15 64.55 0.47 0.73
Hex D5 DA 98 2 0 1E F 41 2F 49
Octal 325 332 230 2 0 36 17 101 57 111
Binary 11010101 11011010 10011000 10 0 11110 1111 1000001 101111 1001001

Color Harmonies of #D5DA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA98

Black with #D5DA98

Text Example


Text Example

White with #D5DA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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