Html Css Color HEX #DCD990 Primrose

📋 copy color: '#DCD990'

red 220 ◦ green 217 ◦ blue 144

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

Shades of Primrose #DCD990

Tints of Primrose #DCD990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.78%

R = 37.87%
G = 37.35%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCD990 (or 0xDCD990) is known color: Primrose. HEX triplet: DC, D9 and 90. RGB value is (220,217,144). Sum of RGB (Red+Green+Blue) = 220+217+144=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD990 is #23266F. Grayscale: #D1D1D1. Windows color (decimal): -2303600 or 9492956. OLE color: 9492956.

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

Color convert

RGB 220 217 144 -
CMYK 0 0.01 0.35 0.14
HSL 57.63º 0.52% 0.71% -
HSV(B) 57.63º 0.35% 0.86% -
XYZ 59.36 66.85 36.16 -
YUV 209.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 220 217 144 0 0.01 0.35 0.14 57.63 0.52 0.71
Hex DC D9 90 0 1 23 E 3A 34 47
Octal 334 331 220 0 1 43 16 72 64 107
Binary 11011100 11011001 10010000 0 1 100011 1110 111010 110100 1000111

Color Harmonies of #DCD990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD990

Black with #DCD990

Text Example


Text Example

White with #DCD990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD990; }

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

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

background-color css

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

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

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

border-color css

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

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

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