Html Css Color HEX #DCD696 Primrose

📋 copy color: '#DCD696'

red 220 ◦ green 214 ◦ blue 150

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

Shades of Primrose #DCD696

Tints of Primrose #DCD696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.64%

 BLUE value IS 150 (58.98% from 255) = 25.68%

R = 37.67%
G = 36.64%
B = 25.68%

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

#DCD696 (or 0xDCD696) is known color: Primrose. HEX triplet: DC, D6 and 96. RGB value is (220,214,150). Sum of RGB (Red+Green+Blue) = 220+214+150=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD696 is #232969. Grayscale: #D0D0D0. Windows color (decimal): -2304362 or 9885404. OLE color: 9885404.

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

Color convert

RGB 220 214 150 -
CMYK 0 0.03 0.32 0.14
HSL 54.86º 0.5% 0.73% -
HSV(B) 54.86º 0.32% 0.86% -
XYZ 59.07 65.51 38.39 -
YUV 208.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 220 214 150 0 0.03 0.32 0.14 54.86 0.5 0.73
Hex DC D6 96 0 3 20 E 37 32 49
Octal 334 326 226 0 3 40 16 67 62 111
Binary 11011100 11010110 10010110 0 11 100000 1110 110111 110010 1001001

Color Harmonies of #DCD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD696

Black with #DCD696

Text Example


Text Example

White with #DCD696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD696; }

 p { color: rgb(220,214,150); }

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

background-color css

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

 a { background-color: rgb(220,214,150); }

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

border-color css

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

 span { border-color: rgb(220,214,150); }

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