Html Css Color HEX #D8DA9B Primrose

📋 copy color: '#D8DA9B'

red 216 ◦ green 218 ◦ blue 155

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

Shades of Primrose #D8DA9B

Tints of Primrose #D8DA9B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.01%

 BLUE value IS 155 (60.94% from 255) = 26.32%

R = 36.67%
G = 37.01%
B = 26.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8DA9B (or 0xD8DA9B) is known color: Primrose. HEX triplet: D8, DA and 9B. RGB value is (216,218,155). Sum of RGB (Red+Green+Blue) = 216+218+155=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA9B is #272564. Grayscale: #D2D2D2. Windows color (decimal): -2565477 or 10214104. OLE color: 10214104.

HSL color Cylindrical-coordinate representation of color #D8DA9B: hue angle of 61.9º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8DA9B is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 218 155 -
CMYK 0.01 0 0.29 0.15
HSL 61.9º 0.46% 0.73% -
HSV(B) 61.9º 0.29% 0.85% -
XYZ 59.31 67.11 40.84 -
YUV 210.22 96.84 132.12 -
System Red Green Blue C M Y K H S L
Decimal 216 218 155 0.01 0 0.29 0.15 61.9 0.46 0.73
Hex D8 DA 9B 1 0 1D F 3E 2E 49
Octal 330 332 233 1 0 35 17 76 56 111
Binary 11011000 11011010 10011011 1 0 11101 1111 111110 101110 1001001

Color Harmonies of #D8DA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DA9B

Black with #D8DA9B

Text Example


Text Example

White with #D8DA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DA9B; }

 p { color: rgb(216,218,155); }

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

background-color css

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

 a { background-color: rgb(216,218,155); }

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

border-color css

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

 span { border-color: rgb(216,218,155); }

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