Html Css Color HEX #D4D698 Primrose

📋 copy color: '#D4D698'

red 212 ◦ green 214 ◦ blue 152

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

Shades of Primrose #D4D698

Tints of Primrose #D4D698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.02%

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

R = 36.68%
G = 37.02%
B = 26.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D4D698 (or 0xD4D698) is known color: Primrose. HEX triplet: D4, D6 and 98. RGB value is (212,214,152). Sum of RGB (Red+Green+Blue) = 212+214+152=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 152 (59.77% from 255 or 26.30% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D698 is #2B2967. Grayscale: #CECECE. Windows color (decimal): -2828648 or 10016468. OLE color: 10016468.

HSL color Cylindrical-coordinate representation of color #D4D698: hue angle of 61.94º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4D698 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 214 152 -
CMYK 0.01 0 0.29 0.16
HSL 61.94º 0.43% 0.72% -
HSV(B) 61.94º 0.29% 0.84% -
XYZ 56.87 64.36 39.13 -
YUV 206.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 212 214 152 0.01 0 0.29 0.16 61.94 0.43 0.72
Hex D4 D6 98 1 0 1D 10 3E 2B 48
Octal 324 326 230 1 0 35 20 76 53 110
Binary 11010100 11010110 10011000 1 0 11101 10000 111110 101011 1001000

Color Harmonies of #D4D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D698

Black with #D4D698

Text Example


Text Example

White with #D4D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D698; }

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

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

background-color css

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

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

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

border-color css

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

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

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