Html Css Color HEX #DCD894 Primrose

📋 copy color: '#DCD894'

red 220 ◦ green 216 ◦ blue 148

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

Shades of Primrose #DCD894

Tints of Primrose #DCD894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.34%

R = 37.67%
G = 36.99%
B = 25.34%

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

#DCD894 (or 0xDCD894) is known color: Primrose. HEX triplet: DC, D8 and 94. RGB value is (220,216,148). Sum of RGB (Red+Green+Blue) = 220+216+148=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD894 is #23276B. Grayscale: #D1D1D1. Windows color (decimal): -2303852 or 9754844. OLE color: 9754844.

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

Color convert

RGB 220 216 148 -
CMYK 0 0.02 0.33 0.14
HSL 56.67º 0.51% 0.72% -
HSV(B) 56.67º 0.33% 0.86% -
XYZ 59.42 66.47 37.71 -
YUV 209.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 220 216 148 0 0.02 0.33 0.14 56.67 0.51 0.72
Hex DC D8 94 0 2 21 E 39 33 48
Octal 334 330 224 0 2 41 16 71 63 110
Binary 11011100 11011000 10010100 0 10 100001 1110 111001 110011 1001000

Color Harmonies of #DCD894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD894

Black with #DCD894

Text Example


Text Example

White with #DCD894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD894; }

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

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

background-color css

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

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

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

border-color css

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

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

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