Html Css Color HEX #D9DC92 Primrose

📋 copy color: '#D9DC92'

red 217 ◦ green 220 ◦ blue 146

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

Shades of Primrose #D9DC92

Tints of Primrose #D9DC92

RGB

 RED value IS 217 (85.16% from 255) = 37.22%

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

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

R = 37.22%
G = 37.74%
B = 25.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#D9DC92 (or 0xD9DC92) is known color: Primrose. HEX triplet: D9, DC and 92. RGB value is (217,220,146). Sum of RGB (Red+Green+Blue) = 217+220+146=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC92 is #26236D. Grayscale: #D2D2D2. Windows color (decimal): -2499438 or 9624793. OLE color: 9624793.

HSL color Cylindrical-coordinate representation of color #D9DC92: hue angle of 62.43º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9DC92 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 146 -
CMYK 0.01 0 0.34 0.14
HSL 62.43º 0.51% 0.72% -
HSV(B) 62.43º 0.34% 0.86% -
XYZ 59.4 68.01 37.19 -
YUV 210.67 91.51 132.52 -
System Red Green Blue C M Y K H S L
Decimal 217 220 146 0.01 0 0.34 0.14 62.43 0.51 0.72
Hex D9 DC 92 1 0 22 E 3E 33 48
Octal 331 334 222 1 0 42 16 76 63 110
Binary 11011001 11011100 10010010 1 0 100010 1110 111110 110011 1001000

Color Harmonies of #D9DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC92

Black with #D9DC92

Text Example


Text Example

White with #D9DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC92; }

 p { color: rgb(217,220,146); }

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

background-color css

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

 a { background-color: rgb(217,220,146); }

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

border-color css

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

 span { border-color: rgb(217,220,146); }

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