Html Css Color HEX #DCD593 Primrose

📋 copy color: '#DCD593'

red 220 ◦ green 213 ◦ blue 147

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

Shades of Primrose #DCD593

Tints of Primrose #DCD593

RGB

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

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

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

R = 37.93%
G = 36.72%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCD593 (or 0xDCD593) is known color: Primrose. HEX triplet: DC, D5 and 93. RGB value is (220,213,147). Sum of RGB (Red+Green+Blue) = 220+213+147=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD593 is #232A6C. Grayscale: #CFCFCF. Windows color (decimal): -2304621 or 9688540. OLE color: 9688540.

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

Color convert

RGB 220 213 147 -
CMYK 0 0.03 0.33 0.14
HSL 54.25º 0.51% 0.72% -
HSV(B) 54.25º 0.33% 0.86% -
XYZ 58.58 64.91 37.05 -
YUV 207.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 220 213 147 0 0.03 0.33 0.14 54.25 0.51 0.72
Hex DC D5 93 0 3 21 E 36 33 48
Octal 334 325 223 0 3 41 16 66 63 110
Binary 11011100 11010101 10010011 0 11 100001 1110 110110 110011 1001000

Color Harmonies of #DCD593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD593

Black with #DCD593

Text Example


Text Example

White with #DCD593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD593; }

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

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

background-color css

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

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

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

border-color css

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

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

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