Html Css Color HEX #DCD98A Primrose

📋 copy color: '#DCD98A'

red 220 ◦ green 217 ◦ blue 138

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

Shades of Primrose #DCD98A

Tints of Primrose #DCD98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24%

R = 38.26%
G = 37.74%
B = 24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCD98A (or 0xDCD98A) is known color: Primrose. HEX triplet: DC, D9 and 8A. RGB value is (220,217,138). Sum of RGB (Red+Green+Blue) = 220+217+138=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD98A is #232675. Grayscale: #D1D1D1. Windows color (decimal): -2303606 or 9099740. OLE color: 9099740.

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

Color convert

RGB 220 217 138 -
CMYK 0 0.01 0.37 0.14
HSL 57.8º 0.54% 0.7% -
HSV(B) 57.8º 0.37% 0.86% -
XYZ 58.92 66.68 33.81 -
YUV 208.89 87.99 135.92 -
System Red Green Blue C M Y K H S L
Decimal 220 217 138 0 0.01 0.37 0.14 57.8 0.54 0.7
Hex DC D9 8A 0 1 25 E 3A 36 46
Octal 334 331 212 0 1 45 16 72 66 106
Binary 11011100 11011001 10001010 0 1 100101 1110 111010 110110 1000110

Color Harmonies of #DCD98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD98A

Black with #DCD98A

Text Example


Text Example

White with #DCD98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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