Html Css Color HEX #D8DC8B Primrose

📋 copy color: '#D8DC8B'

red 216 ◦ green 220 ◦ blue 139

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

Shades of Primrose #D8DC8B

Tints of Primrose #D8DC8B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

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

R = 37.57%
G = 38.26%
B = 24.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#D8DC8B (or 0xD8DC8B) is known color: Primrose. HEX triplet: D8, DC and 8B. RGB value is (216,220,139). Sum of RGB (Red+Green+Blue) = 216+220+139=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC8B is #272374. Grayscale: #D1D1D1. Windows color (decimal): -2564981 or 9166040. OLE color: 9166040.

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

Color convert

RGB 216 220 139 -
CMYK 0.02 0 0.37 0.14
HSL 62.96º 0.54% 0.7% -
HSV(B) 62.96º 0.37% 0.86% -
XYZ 58.57 67.65 34.4 -
YUV 209.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 216 220 139 0.02 0 0.37 0.14 62.96 0.54 0.7
Hex D8 DC 8B 2 0 25 E 3F 36 46
Octal 330 334 213 2 0 45 16 77 66 106
Binary 11011000 11011100 10001011 10 0 100101 1110 111111 110110 1000110

Color Harmonies of #D8DC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC8B

Black with #D8DC8B

Text Example


Text Example

White with #D8DC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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