Html Css Color HEX #DCD992 Primrose

📋 copy color: '#DCD992'

red 220 ◦ green 217 ◦ blue 146

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

Shades of Primrose #DCD992

Tints of Primrose #DCD992

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 220 217 146 -
CMYK 0 0.01 0.34 0.14
HSL 57.57º 0.51% 0.72% -
HSV(B) 57.57º 0.34% 0.86% -
XYZ 59.52 66.92 36.97 -
YUV 209.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 220 217 146 0 0.01 0.34 0.14 57.57 0.51 0.72
Hex DC D9 92 0 1 22 E 3A 33 48
Octal 334 331 222 0 1 42 16 72 63 110
Binary 11011100 11011001 10010010 0 1 100010 1110 111010 110011 1001000

Color Harmonies of #DCD992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD992

Black with #DCD992

Text Example


Text Example

White with #DCD992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD992; }

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

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

background-color css

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

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

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

border-color css

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

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

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