Html Css Color HEX #DCD491 Primrose

📋 copy color: '#DCD491'

red 220 ◦ green 212 ◦ blue 145

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

Shades of Primrose #DCD491

Tints of Primrose #DCD491

RGB

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

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

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

R = 38.13%
G = 36.74%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCD491 (or 0xDCD491) is known color: Primrose. HEX triplet: DC, D4 and 91. RGB value is (220,212,145). Sum of RGB (Red+Green+Blue) = 220+212+145=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 145 (57.03% from 255 or 25.13% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD491 is #232B6E. Grayscale: #CFCFCF. Windows color (decimal): -2304879 or 9557212. OLE color: 9557212.

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

Color convert

RGB 220 212 145 -
CMYK 0 0.04 0.34 0.14
HSL 53.6º 0.52% 0.72% -
HSV(B) 53.6º 0.34% 0.86% -
XYZ 58.17 64.35 36.14 -
YUV 206.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 220 212 145 0 0.04 0.34 0.14 53.6 0.52 0.72
Hex DC D4 91 0 4 22 E 36 34 48
Octal 334 324 221 0 4 42 16 66 64 110
Binary 11011100 11010100 10010001 0 100 100010 1110 110110 110100 1001000

Color Harmonies of #DCD491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD491

Black with #DCD491

Text Example


Text Example

White with #DCD491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD491; }

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

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

background-color css

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

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

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

border-color css

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

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

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