Html Css Color HEX #D7D38E Primrose

📋 copy color: '#D7D38E'

red 215 ◦ green 211 ◦ blue 142

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

Shades of Primrose #D7D38E

Tints of Primrose #D7D38E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.15%

 BLUE value IS 142 (55.86% from 255) = 25%

R = 37.85%
G = 37.15%
B = 25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7D38E (or 0xD7D38E) is known color: Primrose. HEX triplet: D7, D3 and 8E. RGB value is (215,211,142). Sum of RGB (Red+Green+Blue) = 215+211+142=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D38E is #282C71. Grayscale: #CCCCCC. Windows color (decimal): -2632818 or 9360343. OLE color: 9360343.

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

Color convert

RGB 215 211 142 -
CMYK 0 0.02 0.34 0.16
HSL 56.71º 0.48% 0.7% -
HSV(B) 56.71º 0.34% 0.84% -
XYZ 56.2 62.99 34.79 -
YUV 204.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 215 211 142 0 0.02 0.34 0.16 56.71 0.48 0.7
Hex D7 D3 8E 0 2 22 10 39 30 46
Octal 327 323 216 0 2 42 20 71 60 106
Binary 11010111 11010011 10001110 0 10 100010 10000 111001 110000 1000110

Color Harmonies of #D7D38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D38E

Black with #D7D38E

Text Example


Text Example

White with #D7D38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D38E; }

 p { color: rgb(215,211,142); }

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

background-color css

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

 a { background-color: rgb(215,211,142); }

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

border-color css

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

 span { border-color: rgb(215,211,142); }

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