Html Css Color HEX #D7D48F Primrose

📋 copy color: '#D7D48F'

red 215 ◦ green 212 ◦ blue 143

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

Shades of Primrose #D7D48F

Tints of Primrose #D7D48F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.19%

 BLUE value IS 143 (56.25% from 255) = 25.09%

R = 37.72%
G = 37.19%
B = 25.09%

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

#D7D48F (or 0xD7D48F) is known color: Primrose. HEX triplet: D7, D4 and 8F. RGB value is (215,212,143). Sum of RGB (Red+Green+Blue) = 215+212+143=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D48F is #282B70. Grayscale: #CDCDCD. Windows color (decimal): -2632561 or 9426135. OLE color: 9426135.

HSL color Cylindrical-coordinate representation of color #D7D48F: hue angle of 57.5º 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 #D7D48F is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 212 143 -
CMYK 0 0.01 0.33 0.16
HSL 57.5º 0.47% 0.7% -
HSV(B) 57.5º 0.33% 0.84% -
XYZ 56.53 63.52 35.27 -
YUV 205.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 215 212 143 0 0.01 0.33 0.16 57.5 0.47 0.7
Hex D7 D4 8F 0 1 21 10 3A 2F 46
Octal 327 324 217 0 1 41 20 72 57 106
Binary 11010111 11010100 10001111 0 1 100001 10000 111010 101111 1000110

Color Harmonies of #D7D48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D48F

Black with #D7D48F

Text Example


Text Example

White with #D7D48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D48F; }

 p { color: rgb(215,212,143); }

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

background-color css

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

 a { background-color: rgb(215,212,143); }

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

border-color css

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

 span { border-color: rgb(215,212,143); }

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