Html Css Color HEX #D8D28E Primrose

📋 copy color: '#D8D28E'

red 216 ◦ green 210 ◦ blue 142

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

Shades of Primrose #D8D28E

Tints of Primrose #D8D28E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.97%

 BLUE value IS 142 (55.86% from 255) = 25%

R = 38.03%
G = 36.97%
B = 25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8D28E (or 0xD8D28E) is known color: Primrose. HEX triplet: D8, D2 and 8E. RGB value is (216,210,142). Sum of RGB (Red+Green+Blue) = 216+210+142=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D28E is #272D71. Grayscale: #CCCCCC. Windows color (decimal): -2567538 or 9360088. OLE color: 9360088.

HSL color Cylindrical-coordinate representation of color #D8D28E: hue angle of 55.14º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8D28E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 210 142 -
CMYK 0 0.03 0.34 0.15
HSL 55.14º 0.49% 0.7% -
HSV(B) 55.14º 0.34% 0.85% -
XYZ 56.25 62.65 34.72 -
YUV 204.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 216 210 142 0 0.03 0.34 0.15 55.14 0.49 0.7
Hex D8 D2 8E 0 3 22 F 37 31 46
Octal 330 322 216 0 3 42 17 67 61 106
Binary 11011000 11010010 10001110 0 11 100010 1111 110111 110001 1000110

Color Harmonies of #D8D28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D28E

Black with #D8D28E

Text Example


Text Example

White with #D8D28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D28E; }

 p { color: rgb(216,210,142); }

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

background-color css

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

 a { background-color: rgb(216,210,142); }

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

border-color css

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

 span { border-color: rgb(216,210,142); }

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