Html Css Color HEX #D7D590 Primrose

📋 copy color: '#D7D590'

red 215 ◦ green 213 ◦ blue 144

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

Shades of Primrose #D7D590

Tints of Primrose #D7D590

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.24%

 BLUE value IS 144 (56.64% from 255) = 25.17%

R = 37.59%
G = 37.24%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7D590 (or 0xD7D590) is known color: Primrose. HEX triplet: D7, D5 and 90. RGB value is (215,213,144). Sum of RGB (Red+Green+Blue) = 215+213+144=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D590 is #282A6F. Grayscale: #CECECE. Windows color (decimal): -2632304 or 9491927. OLE color: 9491927.

HSL color Cylindrical-coordinate representation of color #D7D590: hue angle of 58.31º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7D590 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 213 144 -
CMYK 0 0.01 0.33 0.16
HSL 58.31º 0.47% 0.7% -
HSV(B) 58.31º 0.33% 0.84% -
XYZ 56.85 64.05 35.75 -
YUV 205.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 215 213 144 0 0.01 0.33 0.16 58.31 0.47 0.7
Hex D7 D5 90 0 1 21 10 3A 2F 46
Octal 327 325 220 0 1 41 20 72 57 106
Binary 11010111 11010101 10010000 0 1 100001 10000 111010 101111 1000110

Color Harmonies of #D7D590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D590

Black with #D7D590

Text Example


Text Example

White with #D7D590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D590; }

 p { color: rgb(215,213,144); }

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

background-color css

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

 a { background-color: rgb(215,213,144); }

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

border-color css

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

 span { border-color: rgb(215,213,144); }

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