Html Css Color HEX #D8DC8A Primrose

📋 copy color: '#D8DC8A'

red 216 ◦ green 220 ◦ blue 138

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

Shades of Primrose #D8DC8A

Tints of Primrose #D8DC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.04%

R = 37.63%
G = 38.33%
B = 24.04%

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

#D8DC8A (or 0xD8DC8A) is known color: Primrose. HEX triplet: D8, DC and 8A. RGB value is (216,220,138). Sum of RGB (Red+Green+Blue) = 216+220+138=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DC8A is #272375. Grayscale: #D1D1D1. Windows color (decimal): -2564982 or 9100504. OLE color: 9100504.

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

Color convert

RGB 216 220 138 -
CMYK 0.02 0 0.37 0.14
HSL 62.93º 0.54% 0.7% -
HSV(B) 62.93º 0.37% 0.86% -
XYZ 58.5 67.62 34.01 -
YUV 209.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 216 220 138 0.02 0 0.37 0.14 62.93 0.54 0.7
Hex D8 DC 8A 2 0 25 E 3F 36 46
Octal 330 334 212 2 0 45 16 77 66 106
Binary 11011000 11011100 10001010 10 0 100101 1110 111111 110110 1000110

Color Harmonies of #D8DC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC8A

Black with #D8DC8A

Text Example


Text Example

White with #D8DC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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