Html Css Color HEX #D9DB8D Primrose

📋 copy color: '#D9DB8D'

red 217 ◦ green 219 ◦ blue 141

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

Shades of Primrose #D9DB8D

Tints of Primrose #D9DB8D

RGB

 RED value IS 217 (85.16% from 255) = 37.61%

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

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

R = 37.61%
G = 37.95%
B = 24.44%

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

#D9DB8D (or 0xD9DB8D) is known color: Primrose. HEX triplet: D9, DB and 8D. RGB value is (217,219,141). Sum of RGB (Red+Green+Blue) = 217+219+141=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DB8D is #262472. Grayscale: #D1D1D1. Windows color (decimal): -2499699 or 9296857. OLE color: 9296857.

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

Color convert

RGB 217 219 141 -
CMYK 0.01 0 0.36 0.14
HSL 61.54º 0.52% 0.71% -
HSV(B) 61.54º 0.36% 0.86% -
XYZ 58.75 67.34 35.1 -
YUV 209.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 217 219 141 0.01 0 0.36 0.14 61.54 0.52 0.71
Hex D9 DB 8D 1 0 24 E 3E 34 47
Octal 331 333 215 1 0 44 16 76 64 107
Binary 11011001 11011011 10001101 1 0 100100 1110 111110 110100 1000111

Color Harmonies of #D9DB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DB8D

Black with #D9DB8D

Text Example


Text Example

White with #D9DB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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