Html Css Color HEX #DCD38E Primrose

📋 copy color: '#DCD38E'

red 220 ◦ green 211 ◦ blue 142

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

Shades of Primrose #DCD38E

Tints of Primrose #DCD38E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.82%

 BLUE value IS 142 (55.86% from 255) = 24.78%

R = 38.39%
G = 36.82%
B = 24.78%

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

#DCD38E (or 0xDCD38E) is known color: Primrose. HEX triplet: DC, D3 and 8E. RGB value is (220,211,142). Sum of RGB (Red+Green+Blue) = 220+211+142=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD38E is #232C71. Grayscale: #CECECE. Windows color (decimal): -2305138 or 9360348. OLE color: 9360348.

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

Color convert

RGB 220 211 142 -
CMYK 0 0.04 0.35 0.14
HSL 53.08º 0.53% 0.71% -
HSV(B) 53.08º 0.35% 0.86% -
XYZ 57.69 63.76 34.86 -
YUV 205.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 220 211 142 0 0.04 0.35 0.14 53.08 0.53 0.71
Hex DC D3 8E 0 4 23 E 35 35 47
Octal 334 323 216 0 4 43 16 65 65 107
Binary 11011100 11010011 10001110 0 100 100011 1110 110101 110101 1000111

Color Harmonies of #DCD38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD38E

Black with #DCD38E

Text Example


Text Example

White with #DCD38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD38E; }

 p { color: rgb(220,211,142); }

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

background-color css

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

 a { background-color: rgb(220,211,142); }

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

border-color css

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

 span { border-color: rgb(220,211,142); }

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