Html Css Color HEX #D8D28D Primrose

📋 copy color: '#D8D28D'

red 216 ◦ green 210 ◦ blue 141

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

Shades of Primrose #D8D28D

Tints of Primrose #D8D28D

RGB

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

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

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

R = 38.1%
G = 37.04%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8D28D (or 0xD8D28D) is known color: Primrose. HEX triplet: D8, D2 and 8D. RGB value is (216,210,141). Sum of RGB (Red+Green+Blue) = 216+210+141=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D28D is #272D72. Grayscale: #CCCCCC. Windows color (decimal): -2567539 or 9294552. OLE color: 9294552.

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

Color convert

RGB 216 210 141 -
CMYK 0 0.03 0.35 0.15
HSL 55.2º 0.49% 0.7% -
HSV(B) 55.2º 0.35% 0.85% -
XYZ 56.17 62.62 34.32 -
YUV 203.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 216 210 141 0 0.03 0.35 0.15 55.2 0.49 0.7
Hex D8 D2 8D 0 3 23 F 37 31 46
Octal 330 322 215 0 3 43 17 67 61 106
Binary 11011000 11010010 10001101 0 11 100011 1111 110111 110001 1000110

Color Harmonies of #D8D28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D28D

Black with #D8D28D

Text Example


Text Example

White with #D8D28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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