Html Css Color HEX #D7DF8C Primrose

📋 copy color: '#D7DF8C'

red 215 ◦ green 223 ◦ blue 140

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

Shades of Primrose #D7DF8C

Tints of Primrose #D7DF8C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.58%

 BLUE value IS 140 (55.08% from 255) = 24.22%

R = 37.2%
G = 38.58%
B = 24.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#D7DF8C (or 0xD7DF8C) is known color: Primrose. HEX triplet: D7, DF and 8C. RGB value is (215,223,140). Sum of RGB (Red+Green+Blue) = 215+223+140=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DF8C is #282073. Grayscale: #D3D3D3. Windows color (decimal): -2629748 or 9232343. OLE color: 9232343.

HSL color Cylindrical-coordinate representation of color #D7DF8C: hue angle of 65.78º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7DF8C is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 223 140 -
CMYK 0.04 0 0.37 0.13
HSL 65.78º 0.56% 0.71% -
HSV(B) 65.78º 0.37% 0.87% -
XYZ 59.15 69.12 35.03 -
YUV 211.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 215 223 140 0.04 0 0.37 0.13 65.78 0.56 0.71
Hex D7 DF 8C 4 0 25 D 42 38 47
Octal 327 337 214 4 0 45 15 102 70 107
Binary 11010111 11011111 10001100 100 0 100101 1101 1000010 111000 1000111

Color Harmonies of #D7DF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DF8C

Black with #D7DF8C

Text Example


Text Example

White with #D7DF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DF8C; }

 p { color: rgb(215,223,140); }

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

background-color css

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

 a { background-color: rgb(215,223,140); }

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

border-color css

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

 span { border-color: rgb(215,223,140); }

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