Html Css Color HEX #D7DC94 Primrose

📋 copy color: '#D7DC94'

red 215 ◦ green 220 ◦ blue 148

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

Shades of Primrose #D7DC94

Tints of Primrose #D7DC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.39%

R = 36.88%
G = 37.74%
B = 25.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#D7DC94 (or 0xD7DC94) is known color: Primrose. HEX triplet: D7, DC and 94. RGB value is (215,220,148). Sum of RGB (Red+Green+Blue) = 215+220+148=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DC94 is #28236B. Grayscale: #D2D2D2. Windows color (decimal): -2630508 or 9755863. OLE color: 9755863.

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

Color convert

RGB 215 220 148 -
CMYK 0.02 0 0.33 0.14
HSL 64.17º 0.51% 0.72% -
HSV(B) 64.17º 0.33% 0.86% -
XYZ 58.96 67.77 37.99 -
YUV 210.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 215 220 148 0.02 0 0.33 0.14 64.17 0.51 0.72
Hex D7 DC 94 2 0 21 E 40 33 48
Octal 327 334 224 2 0 41 16 100 63 110
Binary 11010111 11011100 10010100 10 0 100001 1110 1000000 110011 1001000

Color Harmonies of #D7DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DC94

Black with #D7DC94

Text Example


Text Example

White with #D7DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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