Html Css Color HEX #DCD591 Primrose

📋 copy color: '#DCD591'

red 220 ◦ green 213 ◦ blue 145

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

Shades of Primrose #DCD591

Tints of Primrose #DCD591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.09%

R = 38.06%
G = 36.85%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCD591 (or 0xDCD591) is known color: Primrose. HEX triplet: DC, D5 and 91. RGB value is (220,213,145). Sum of RGB (Red+Green+Blue) = 220+213+145=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 145 (57.03% from 255 or 25.09% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD591 is #232A6E. Grayscale: #CFCFCF. Windows color (decimal): -2304623 or 9557468. OLE color: 9557468.

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

Color convert

RGB 220 213 145 -
CMYK 0 0.03 0.34 0.14
HSL 54.4º 0.52% 0.72% -
HSV(B) 54.4º 0.34% 0.86% -
XYZ 58.42 64.85 36.23 -
YUV 207.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 220 213 145 0 0.03 0.34 0.14 54.4 0.52 0.72
Hex DC D5 91 0 3 22 E 36 34 48
Octal 334 325 221 0 3 42 16 66 64 110
Binary 11011100 11010101 10010001 0 11 100010 1110 110110 110100 1001000

Color Harmonies of #DCD591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD591

Black with #DCD591

Text Example


Text Example

White with #DCD591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD591; }

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

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

background-color css

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

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

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

border-color css

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

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

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