Html Css Color HEX #D7DF9A Primrose

📋 copy color: '#D7DF9A'

red 215 ◦ green 223 ◦ blue 154

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

Shades of Primrose #D7DF9A

Tints of Primrose #D7DF9A

RGB

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

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

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

R = 36.32%
G = 37.67%
B = 26.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#D7DF9A (or 0xD7DF9A) is known color: Primrose. HEX triplet: D7, DF and 9A. RGB value is (215,223,154). Sum of RGB (Red+Green+Blue) = 215+223+154=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DF9A is #282065. Grayscale: #D5D5D5. Windows color (decimal): -2629734 or 10149847. OLE color: 10149847.

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

Color convert

RGB 215 223 154 -
CMYK 0.04 0 0.31 0.13
HSL 66.96º 0.52% 0.74% -
HSV(B) 66.96º 0.31% 0.87% -
XYZ 60.24 69.56 40.82 -
YUV 212.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 215 223 154 0.04 0 0.31 0.13 66.96 0.52 0.74
Hex D7 DF 9A 4 0 1F D 43 34 4A
Octal 327 337 232 4 0 37 15 103 64 112
Binary 11010111 11011111 10011010 100 0 11111 1101 1000011 110100 1001010

Color Harmonies of #D7DF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DF9A

Black with #D7DF9A

Text Example


Text Example

White with #D7DF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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