Html Css Color HEX #D7D88B Primrose

📋 copy color: '#D7D88B'

red 215 ◦ green 216 ◦ blue 139

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

Shades of Primrose #D7D88B

Tints of Primrose #D7D88B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.89%

 BLUE value IS 139 (54.69% from 255) = 24.39%

R = 37.72%
G = 37.89%
B = 24.39%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D7D88B (or 0xD7D88B) is known color: Primrose. HEX triplet: D7, D8 and 8B. RGB value is (215,216,139). Sum of RGB (Red+Green+Blue) = 215+216+139=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D88B is #282774. Grayscale: #CFCFCF. Windows color (decimal): -2631541 or 9165015. OLE color: 9165015.

HSL color Cylindrical-coordinate representation of color #D7D88B: hue angle of 60.78º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7D88B is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 216 139 -
CMYK 0.00 0 0.36 0.15
HSL 60.78º 0.5% 0.7% -
HSV(B) 60.78º 0.36% 0.85% -
XYZ 57.24 65.42 34.04 -
YUV 206.92 89.67 133.76 -
System Red Green Blue C M Y K H S L
Decimal 215 216 139 0.00 0 0.36 0.15 60.78 0.5 0.7
Hex D7 D8 8B 0 0 24 F 3D 32 46
Octal 327 330 213 0 0 44 17 75 62 106
Binary 11010111 11011000 10001011 0 0 100100 1111 111101 110010 1000110

Color Harmonies of #D7D88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D88B

Black with #D7D88B

Text Example


Text Example

White with #D7D88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D88B; }

 p { color: rgb(215,216,139); }

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

background-color css

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

 a { background-color: rgb(215,216,139); }

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

border-color css

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

 span { border-color: rgb(215,216,139); }

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