Html Css Color HEX #D4D898 Primrose

📋 copy color: '#D4D898'

red 212 ◦ green 216 ◦ blue 152

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

Shades of Primrose #D4D898

Tints of Primrose #D4D898

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.24%

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

R = 36.55%
G = 37.24%
B = 26.21%

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

#D4D898 (or 0xD4D898) is known color: Primrose. HEX triplet: D4, D8 and 98. RGB value is (212,216,152). Sum of RGB (Red+Green+Blue) = 212+216+152=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D898 is #2B2767. Grayscale: #CFCFCF. Windows color (decimal): -2828136 or 10016980. OLE color: 10016980.

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

Color convert

RGB 212 216 152 -
CMYK 0.02 0 0.30 0.15
HSL 63.75º 0.45% 0.72% -
HSV(B) 63.75º 0.3% 0.85% -
XYZ 57.37 65.38 39.3 -
YUV 207.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 212 216 152 0.02 0 0.30 0.15 63.75 0.45 0.72
Hex D4 D8 98 2 0 1E F 40 2D 48
Octal 324 330 230 2 0 36 17 100 55 110
Binary 11010100 11011000 10011000 10 0 11110 1111 1000000 101101 1001000

Color Harmonies of #D4D898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D898

Black with #D4D898

Text Example


Text Example

White with #D4D898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D898; }

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

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

background-color css

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

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

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

border-color css

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

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

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