Html Css Color HEX #DCD98D Primrose

📋 copy color: '#DCD98D'

red 220 ◦ green 217 ◦ blue 141

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

Shades of Primrose #DCD98D

Tints of Primrose #DCD98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.39%

R = 38.06%
G = 37.54%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCD98D (or 0xDCD98D) is known color: Primrose. HEX triplet: DC, D9 and 8D. RGB value is (220,217,141). Sum of RGB (Red+Green+Blue) = 220+217+141=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD98D is #232672. Grayscale: #D1D1D1. Windows color (decimal): -2303603 or 9296348. OLE color: 9296348.

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

Color convert

RGB 220 217 141 -
CMYK 0 0.01 0.36 0.14
HSL 57.72º 0.53% 0.71% -
HSV(B) 57.72º 0.36% 0.86% -
XYZ 59.14 66.76 34.97 -
YUV 209.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 220 217 141 0 0.01 0.36 0.14 57.72 0.53 0.71
Hex DC D9 8D 0 1 24 E 3A 35 47
Octal 334 331 215 0 1 44 16 72 65 107
Binary 11011100 11011001 10001101 0 1 100100 1110 111010 110101 1000111

Color Harmonies of #DCD98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD98D

Black with #DCD98D

Text Example


Text Example

White with #DCD98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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