Html Css Color HEX #DCD991 Primrose

📋 copy color: '#DCD991'

red 220 ◦ green 217 ◦ blue 145

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

Shades of Primrose #DCD991

Tints of Primrose #DCD991

RGB

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

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

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

R = 37.8%
G = 37.29%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCD991 (or 0xDCD991) is known color: Primrose. HEX triplet: DC, D9 and 91. RGB value is (220,217,145). Sum of RGB (Red+Green+Blue) = 220+217+145=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD991 is #23266E. Grayscale: #D1D1D1. Windows color (decimal): -2303599 or 9558492. OLE color: 9558492.

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

Color convert

RGB 220 217 145 -
CMYK 0 0.01 0.34 0.14
HSL 57.6º 0.52% 0.72% -
HSV(B) 57.6º 0.34% 0.86% -
XYZ 59.44 66.89 36.57 -
YUV 209.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 220 217 145 0 0.01 0.34 0.14 57.6 0.52 0.72
Hex DC D9 91 0 1 22 E 3A 34 48
Octal 334 331 221 0 1 42 16 72 64 110
Binary 11011100 11011001 10010001 0 1 100010 1110 111010 110100 1001000

Color Harmonies of #DCD991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD991

Black with #DCD991

Text Example


Text Example

White with #DCD991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD991; }

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

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

background-color css

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

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

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

border-color css

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

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

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