Html Css Color HEX #D8DD92 Primrose

📋 copy color: '#D8DD92'

red 216 ◦ green 221 ◦ blue 146

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

Shades of Primrose #D8DD92

Tints of Primrose #D8DD92

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.91%

 BLUE value IS 146 (57.42% from 255) = 25.04%

R = 37.05%
G = 37.91%
B = 25.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#D8DD92 (or 0xD8DD92) is known color: Primrose. HEX triplet: D8, DD and 92. RGB value is (216,221,146). Sum of RGB (Red+Green+Blue) = 216+221+146=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DD92 is #27226D. Grayscale: #D3D3D3. Windows color (decimal): -2564718 or 9625048. OLE color: 9625048.

HSL color Cylindrical-coordinate representation of color #D8DD92: hue angle of 64º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8DD92 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 146 -
CMYK 0.02 0 0.34 0.13
HSL 64º 0.52% 0.72% -
HSV(B) 64º 0.34% 0.87% -
XYZ 59.36 68.39 37.27 -
YUV 210.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 216 221 146 0.02 0 0.34 0.13 64 0.52 0.72
Hex D8 DD 92 2 0 22 D 40 34 48
Octal 330 335 222 2 0 42 15 100 64 110
Binary 11011000 11011101 10010010 10 0 100010 1101 1000000 110100 1001000

Color Harmonies of #D8DD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD92

Black with #D8DD92

Text Example


Text Example

White with #D8DD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD92; }

 p { color: rgb(216,221,146); }

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

background-color css

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

 a { background-color: rgb(216,221,146); }

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

border-color css

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

 span { border-color: rgb(216,221,146); }

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