Html Css Color HEX #D4DA98 Primrose

📋 copy color: '#D4DA98'

red 212 ◦ green 218 ◦ blue 152

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

Shades of Primrose #D4DA98

Tints of Primrose #D4DA98

RGB

 RED value IS 212 (83.2% from 255) = 36.43%

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

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

R = 36.43%
G = 37.46%
B = 26.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D4DA98 (or 0xD4DA98) is known color: Primrose. HEX triplet: D4, DA and 98. RGB value is (212,218,152). Sum of RGB (Red+Green+Blue) = 212+218+152=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DA98 is #2B2567. Grayscale: #D0D0D0. Windows color (decimal): -2827624 or 10017492. OLE color: 10017492.

HSL color Cylindrical-coordinate representation of color #D4DA98: hue angle of 65.45º 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 #D4DA98 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 218 152 -
CMYK 0.03 0 0.30 0.15
HSL 65.45º 0.47% 0.73% -
HSV(B) 65.45º 0.3% 0.85% -
XYZ 57.89 66.41 39.47 -
YUV 208.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 212 218 152 0.03 0 0.30 0.15 65.45 0.47 0.73
Hex D4 DA 98 3 0 1E F 41 2F 49
Octal 324 332 230 3 0 36 17 101 57 111
Binary 11010100 11011010 10011000 11 0 11110 1111 1000001 101111 1001001

Color Harmonies of #D4DA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA98

Black with #D4DA98

Text Example


Text Example

White with #D4DA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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