Html Css Color HEX #DCD490 Primrose

📋 copy color: '#DCD490'

red 220 ◦ green 212 ◦ blue 144

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

Shades of Primrose #DCD490

Tints of Primrose #DCD490

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.81%

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

R = 38.19%
G = 36.81%
B = 25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCD490 (or 0xDCD490) is known color: Primrose. HEX triplet: DC, D4 and 90. RGB value is (220,212,144). Sum of RGB (Red+Green+Blue) = 220+212+144=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD490 is #232B6F. Grayscale: #CECECE. Windows color (decimal): -2304880 or 9491676. OLE color: 9491676.

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

Color convert

RGB 220 212 144 -
CMYK 0 0.04 0.35 0.14
HSL 53.68º 0.52% 0.71% -
HSV(B) 53.68º 0.35% 0.86% -
XYZ 58.09 64.32 35.74 -
YUV 206.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 220 212 144 0 0.04 0.35 0.14 53.68 0.52 0.71
Hex DC D4 90 0 4 23 E 36 34 47
Octal 334 324 220 0 4 43 16 66 64 107
Binary 11011100 11010100 10010000 0 100 100011 1110 110110 110100 1000111

Color Harmonies of #DCD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD490

Black with #DCD490

Text Example


Text Example

White with #DCD490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD490; }

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

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

background-color css

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

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

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

border-color css

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

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

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