Html Css Color HEX #DCD793 Primrose

📋 copy color: '#DCD793'

red 220 ◦ green 215 ◦ blue 147

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

Shades of Primrose #DCD793

Tints of Primrose #DCD793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.26%

R = 37.8%
G = 36.94%
B = 25.26%

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

#DCD793 (or 0xDCD793) is known color: Primrose. HEX triplet: DC, D7 and 93. RGB value is (220,215,147). Sum of RGB (Red+Green+Blue) = 220+215+147=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD793 is #23286C. Grayscale: #D1D1D1. Windows color (decimal): -2304109 or 9689052. OLE color: 9689052.

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

Color convert

RGB 220 215 147 -
CMYK 0 0.02 0.33 0.14
HSL 55.89º 0.51% 0.72% -
HSV(B) 55.89º 0.33% 0.86% -
XYZ 59.08 65.92 37.21 -
YUV 208.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 220 215 147 0 0.02 0.33 0.14 55.89 0.51 0.72
Hex DC D7 93 0 2 21 E 38 33 48
Octal 334 327 223 0 2 41 16 70 63 110
Binary 11011100 11010111 10010011 0 10 100001 1110 111000 110011 1001000

Color Harmonies of #DCD793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD793

Black with #DCD793

Text Example


Text Example

White with #DCD793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD793; }

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

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

background-color css

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

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

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

border-color css

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

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

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