Html Css Color HEX #D7DC8D Primrose

📋 copy color: '#D7DC8D'

red 215 ◦ green 220 ◦ blue 141

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

Shades of Primrose #D7DC8D

Tints of Primrose #D7DC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.48%

R = 37.33%
G = 38.19%
B = 24.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#D7DC8D (or 0xD7DC8D) is known color: Primrose. HEX triplet: D7, DC and 8D. RGB value is (215,220,141). Sum of RGB (Red+Green+Blue) = 215+220+141=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DC8D is #282372. Grayscale: #D1D1D1. Windows color (decimal): -2630515 or 9297111. OLE color: 9297111.

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

Color convert

RGB 215 220 141 -
CMYK 0.02 0 0.36 0.14
HSL 63.8º 0.53% 0.71% -
HSV(B) 63.8º 0.36% 0.86% -
XYZ 58.43 67.56 35.16 -
YUV 209.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 215 220 141 0.02 0 0.36 0.14 63.8 0.53 0.71
Hex D7 DC 8D 2 0 24 E 40 35 47
Octal 327 334 215 2 0 44 16 100 65 107
Binary 11010111 11011100 10001101 10 0 100100 1110 1000000 110101 1000111

Color Harmonies of #D7DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DC8D

Black with #D7DC8D

Text Example


Text Example

White with #D7DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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