Html Css Color HEX #D4DB98 Primrose

📋 copy color: '#D4DB98'

red 212 ◦ green 219 ◦ blue 152

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

Shades of Primrose #D4DB98

Tints of Primrose #D4DB98

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.56%

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

R = 36.36%
G = 37.56%
B = 26.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#D4DB98 (or 0xD4DB98) is known color: Primrose. HEX triplet: D4, DB and 98. RGB value is (212,219,152). Sum of RGB (Red+Green+Blue) = 212+219+152=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DB98 is #2B2467. Grayscale: #D1D1D1. Windows color (decimal): -2827368 or 10017748. OLE color: 10017748.

HSL color Cylindrical-coordinate representation of color #D4DB98: hue angle of 66.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4DB98 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 219 152 -
CMYK 0.03 0 0.31 0.14
HSL 66.27º 0.48% 0.73% -
HSV(B) 66.27º 0.31% 0.86% -
XYZ 58.15 66.93 39.56 -
YUV 209.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 212 219 152 0.03 0 0.31 0.14 66.27 0.48 0.73
Hex D4 DB 98 3 0 1F E 42 30 49
Octal 324 333 230 3 0 37 16 102 60 111
Binary 11010100 11011011 10011000 11 0 11111 1110 1000010 110000 1001001

Color Harmonies of #D4DB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DB98

Black with #D4DB98

Text Example


Text Example

White with #D4DB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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