Html Css Color HEX #DCD993 Primrose

📋 copy color: '#DCD993'

red 220 ◦ green 217 ◦ blue 147

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

Shades of Primrose #DCD993

Tints of Primrose #DCD993

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.16%

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

R = 37.67%
G = 37.16%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCD993 (or 0xDCD993) is known color: Primrose. HEX triplet: DC, D9 and 93. RGB value is (220,217,147). Sum of RGB (Red+Green+Blue) = 220+217+147=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 147 (57.81% from 255 or 25.17% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD993 is #23266C. Grayscale: #D2D2D2. Windows color (decimal): -2303597 or 9689564. OLE color: 9689564.

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

Color convert

RGB 220 217 147 -
CMYK 0 0.01 0.33 0.14
HSL 57.53º 0.51% 0.72% -
HSV(B) 57.53º 0.33% 0.86% -
XYZ 59.59 66.95 37.39 -
YUV 209.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 220 217 147 0 0.01 0.33 0.14 57.53 0.51 0.72
Hex DC D9 93 0 1 21 E 3A 33 48
Octal 334 331 223 0 1 41 16 72 63 110
Binary 11011100 11011001 10010011 0 1 100001 1110 111010 110011 1001000

Color Harmonies of #DCD993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD993

Black with #DCD993

Text Example


Text Example

White with #DCD993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD993; }

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

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

background-color css

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

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

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

border-color css

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

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

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