Html Css Color HEX #D8DB8D Primrose

📋 copy color: '#D8DB8D'

red 216 ◦ green 219 ◦ blue 141

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

Shades of Primrose #D8DB8D

Tints of Primrose #D8DB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.48%

R = 37.5%
G = 38.02%
B = 24.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#D8DB8D (or 0xD8DB8D) is known color: Primrose. HEX triplet: D8, DB and 8D. RGB value is (216,219,141). Sum of RGB (Red+Green+Blue) = 216+219+141=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB8D is #272472. Grayscale: #D1D1D1. Windows color (decimal): -2565235 or 9296856. OLE color: 9296856.

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

Color convert

RGB 216 219 141 -
CMYK 0.01 0 0.36 0.14
HSL 62.31º 0.52% 0.71% -
HSV(B) 62.31º 0.36% 0.86% -
XYZ 58.46 67.19 35.09 -
YUV 209.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 216 219 141 0.01 0 0.36 0.14 62.31 0.52 0.71
Hex D8 DB 8D 1 0 24 E 3E 34 47
Octal 330 333 215 1 0 44 16 76 64 107
Binary 11011000 11011011 10001101 1 0 100100 1110 111110 110100 1000111

Color Harmonies of #D8DB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DB8D

Black with #D8DB8D

Text Example


Text Example

White with #D8DB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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