Html Css Color HEX #DCD893 Primrose

📋 copy color: '#DCD893'

red 220 ◦ green 216 ◦ blue 147

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

Shades of Primrose #DCD893

Tints of Primrose #DCD893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.21%

R = 37.74%
G = 37.05%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCD893 (or 0xDCD893) is known color: Primrose. HEX triplet: DC, D8 and 93. RGB value is (220,216,147). Sum of RGB (Red+Green+Blue) = 220+216+147=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 147 (57.81% from 255 or 25.21% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD893 is #23276C. Grayscale: #D1D1D1. Windows color (decimal): -2303853 or 9689308. OLE color: 9689308.

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

Color convert

RGB 220 216 147 -
CMYK 0 0.02 0.33 0.14
HSL 56.71º 0.51% 0.72% -
HSV(B) 56.71º 0.33% 0.86% -
XYZ 59.34 66.43 37.3 -
YUV 209.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 220 216 147 0 0.02 0.33 0.14 56.71 0.51 0.72
Hex DC D8 93 0 2 21 E 39 33 48
Octal 334 330 223 0 2 41 16 71 63 110
Binary 11011100 11011000 10010011 0 10 100001 1110 111001 110011 1001000

Color Harmonies of #DCD893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD893

Black with #DCD893

Text Example


Text Example

White with #DCD893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD893; }

 p { color: rgb(220,216,147); }

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

background-color css

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

 a { background-color: rgb(220,216,147); }

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

border-color css

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

 span { border-color: rgb(220,216,147); }

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