Html Css Color HEX #DCD595 Primrose

📋 copy color: '#DCD595'

red 220 ◦ green 213 ◦ blue 149

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

Shades of Primrose #DCD595

Tints of Primrose #DCD595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.6%

R = 37.8%
G = 36.6%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCD595 (or 0xDCD595) is known color: Primrose. HEX triplet: DC, D5 and 95. RGB value is (220,213,149). Sum of RGB (Red+Green+Blue) = 220+213+149=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD595 is #232A6A. Grayscale: #D0D0D0. Windows color (decimal): -2304619 or 9819612. OLE color: 9819612.

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

Color convert

RGB 220 213 149 -
CMYK 0 0.03 0.32 0.14
HSL 54.08º 0.5% 0.72% -
HSV(B) 54.08º 0.32% 0.86% -
XYZ 58.73 64.97 37.88 -
YUV 207.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 220 213 149 0 0.03 0.32 0.14 54.08 0.5 0.72
Hex DC D5 95 0 3 20 E 36 32 48
Octal 334 325 225 0 3 40 16 66 62 110
Binary 11011100 11010101 10010101 0 11 100000 1110 110110 110010 1001000

Color Harmonies of #DCD595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD595

Black with #DCD595

Text Example


Text Example

White with #DCD595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD595; }

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

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

background-color css

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

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

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

border-color css

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

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

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