Html Css Color HEX #D7DC9C Primrose

📋 copy color: '#D7DC9C'

red 215 ◦ green 220 ◦ blue 156

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

Shades of Primrose #D7DC9C

Tints of Primrose #D7DC9C

RGB

 RED value IS 215 (84.38% from 255) = 36.38%

 GREEN value IS 220 (86.33% from 255) = 37.23%

 BLUE value IS 156 (61.33% from 255) = 26.4%

R = 36.38%
G = 37.23%
B = 26.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#D7DC9C (or 0xD7DC9C) is known color: Primrose. HEX triplet: D7, DC and 9C. RGB value is (215,220,156). Sum of RGB (Red+Green+Blue) = 215+220+156=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DC9C is #282363. Grayscale: #D3D3D3. Windows color (decimal): -2630500 or 10280151. OLE color: 10280151.

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

Color convert

RGB 215 220 156 -
CMYK 0.02 0 0.29 0.14
HSL 64.69º 0.48% 0.74% -
HSV(B) 64.69º 0.29% 0.86% -
XYZ 59.62 68.03 41.44 -
YUV 211.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 215 220 156 0.02 0 0.29 0.14 64.69 0.48 0.74
Hex D7 DC 9C 2 0 1D E 41 30 4A
Octal 327 334 234 2 0 35 16 101 60 112
Binary 11010111 11011100 10011100 10 0 11101 1110 1000001 110000 1001010

Color Harmonies of #D7DC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DC9C

Black with #D7DC9C

Text Example


Text Example

White with #D7DC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DC9C; }

 p { color: rgb(215,220,156); }

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

background-color css

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

 a { background-color: rgb(215,220,156); }

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

border-color css

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

 span { border-color: rgb(215,220,156); }

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