Html Css Color HEX #DCD795 Primrose

📋 copy color: '#DCD795'

red 220 ◦ green 215 ◦ blue 149

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

Shades of Primrose #DCD795

Tints of Primrose #DCD795

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.82%

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

R = 37.67%
G = 36.82%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DCD795 (or 0xDCD795) is known color: Primrose. HEX triplet: DC, D7 and 95. RGB value is (220,215,149). Sum of RGB (Red+Green+Blue) = 220+215+149=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD795 is #23286A. Grayscale: #D1D1D1. Windows color (decimal): -2304107 or 9820124. OLE color: 9820124.

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

Color convert

RGB 220 215 149 -
CMYK 0 0.02 0.32 0.14
HSL 55.77º 0.5% 0.72% -
HSV(B) 55.77º 0.32% 0.86% -
XYZ 59.24 65.99 38.05 -
YUV 208.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 220 215 149 0 0.02 0.32 0.14 55.77 0.5 0.72
Hex DC D7 95 0 2 20 E 38 32 48
Octal 334 327 225 0 2 40 16 70 62 110
Binary 11011100 11010111 10010101 0 10 100000 1110 111000 110010 1001000

Color Harmonies of #DCD795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD795

Black with #DCD795

Text Example


Text Example

White with #DCD795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD795; }

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

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

background-color css

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

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

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

border-color css

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

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

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