Html Css Color HEX #D4D79A Primrose

📋 copy color: '#D4D79A'

red 212 ◦ green 215 ◦ blue 154

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

Shades of Primrose #D4D79A

Tints of Primrose #D4D79A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.01%

 BLUE value IS 154 (60.55% from 255) = 26.51%

R = 36.49%
G = 37.01%
B = 26.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D4D79A (or 0xD4D79A) is known color: Primrose. HEX triplet: D4, D7 and 9A. RGB value is (212,215,154). Sum of RGB (Red+Green+Blue) = 212+215+154=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D79A is #2B2865. Grayscale: #CFCFCF. Windows color (decimal): -2828390 or 10147796. OLE color: 10147796.

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

Color convert

RGB 212 215 154 -
CMYK 0.01 0 0.28 0.16
HSL 62.95º 0.43% 0.72% -
HSV(B) 62.95º 0.28% 0.84% -
XYZ 57.28 64.93 40.09 -
YUV 207.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 212 215 154 0.01 0 0.28 0.16 62.95 0.43 0.72
Hex D4 D7 9A 1 0 1C 10 3F 2B 48
Octal 324 327 232 1 0 34 20 77 53 110
Binary 11010100 11010111 10011010 1 0 11100 10000 111111 101011 1001000

Color Harmonies of #D4D79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D79A

Black with #D4D79A

Text Example


Text Example

White with #D4D79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D79A; }

 p { color: rgb(212,215,154); }

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

background-color css

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

 a { background-color: rgb(212,215,154); }

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

border-color css

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

 span { border-color: rgb(212,215,154); }

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