Html Css Color HEX #D8DB87 Primrose

📋 copy color: '#D8DB87'

red 216 ◦ green 219 ◦ blue 135

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

Shades of Primrose #D8DB87

Tints of Primrose #D8DB87

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.42%

 BLUE value IS 135 (53.13% from 255) = 23.68%

R = 37.89%
G = 38.42%
B = 23.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#D8DB87 (or 0xD8DB87) is known color: Primrose. HEX triplet: D8, DB and 87. RGB value is (216,219,135). Sum of RGB (Red+Green+Blue) = 216+219+135=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 135 (53.12% from 255 or 23.68% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB87 is #272478. Grayscale: #D0D0D0. Windows color (decimal): -2565241 or 8903640. OLE color: 8903640.

HSL color Cylindrical-coordinate representation of color #D8DB87: hue angle of 62.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8DB87 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 219 135 -
CMYK 0.01 0 0.38 0.14
HSL 62.14º 0.54% 0.69% -
HSV(B) 62.14º 0.38% 0.86% -
XYZ 58.02 67.01 32.8 -
YUV 208.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 216 219 135 0.01 0 0.38 0.14 62.14 0.54 0.69
Hex D8 DB 87 1 0 26 E 3E 36 45
Octal 330 333 207 1 0 46 16 76 66 105
Binary 11011000 11011011 10000111 1 0 100110 1110 111110 110110 1000101

Color Harmonies of #D8DB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DB87

Black with #D8DB87

Text Example


Text Example

White with #D8DB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DB87; }

 p { color: rgb(216,219,135); }

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

background-color css

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

 a { background-color: rgb(216,219,135); }

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

border-color css

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

 span { border-color: rgb(216,219,135); }

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