Html Css Color HEX #DCD48C Primrose

📋 copy color: '#DCD48C'

red 220 ◦ green 212 ◦ blue 140

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

Shades of Primrose #DCD48C

Tints of Primrose #DCD48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.48%

R = 38.46%
G = 37.06%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCD48C (or 0xDCD48C) is known color: Primrose. HEX triplet: DC, D4 and 8C. RGB value is (220,212,140). Sum of RGB (Red+Green+Blue) = 220+212+140=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD48C is #232B73. Grayscale: #CECECE. Windows color (decimal): -2304884 or 9229532. OLE color: 9229532.

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

Color convert

RGB 220 212 140 -
CMYK 0 0.04 0.36 0.14
HSL 54º 0.53% 0.71% -
HSV(B) 54º 0.36% 0.86% -
XYZ 57.79 64.2 34.16 -
YUV 206.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 220 212 140 0 0.04 0.36 0.14 54 0.53 0.71
Hex DC D4 8C 0 4 24 E 36 35 47
Octal 334 324 214 0 4 44 16 66 65 107
Binary 11011100 11010100 10001100 0 100 100100 1110 110110 110101 1000111

Color Harmonies of #DCD48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD48C

Black with #DCD48C

Text Example


Text Example

White with #DCD48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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