Html Css Color HEX #DCD594 Primrose

📋 copy color: '#DCD594'

red 220 ◦ green 213 ◦ blue 148

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

Shades of Primrose #DCD594

Tints of Primrose #DCD594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.66%

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

R = 37.87%
G = 36.66%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCD594 (or 0xDCD594) is known color: Primrose. HEX triplet: DC, D5 and 94. RGB value is (220,213,148). Sum of RGB (Red+Green+Blue) = 220+213+148=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD594 is #232A6B. Grayscale: #CFCFCF. Windows color (decimal): -2304620 or 9754076. OLE color: 9754076.

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

Color convert

RGB 220 213 148 -
CMYK 0 0.03 0.33 0.14
HSL 54.17º 0.51% 0.72% -
HSV(B) 54.17º 0.33% 0.86% -
XYZ 58.65 64.94 37.46 -
YUV 207.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 220 213 148 0 0.03 0.33 0.14 54.17 0.51 0.72
Hex DC D5 94 0 3 21 E 36 33 48
Octal 334 325 224 0 3 41 16 66 63 110
Binary 11011100 11010101 10010100 0 11 100001 1110 110110 110011 1001000

Color Harmonies of #DCD594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD594

Black with #DCD594

Text Example


Text Example

White with #DCD594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD594; }

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

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

background-color css

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

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

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

border-color css

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

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

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