Html Css Color HEX #DCD38C Primrose

📋 copy color: '#DCD38C'

red 220 ◦ green 211 ◦ blue 140

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

Shades of Primrose #DCD38C

Tints of Primrose #DCD38C

RGB

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

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

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

R = 38.53%
G = 36.95%
B = 24.52%

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

#DCD38C (or 0xDCD38C) is known color: Primrose. HEX triplet: DC, D3 and 8C. RGB value is (220,211,140). Sum of RGB (Red+Green+Blue) = 220+211+140=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD38C is #232C73. Grayscale: #CDCDCD. Windows color (decimal): -2305140 or 9229276. OLE color: 9229276.

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

Color convert

RGB 220 211 140 -
CMYK 0 0.04 0.36 0.14
HSL 53.25º 0.53% 0.71% -
HSV(B) 53.25º 0.36% 0.86% -
XYZ 57.54 63.7 34.07 -
YUV 205.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 220 211 140 0 0.04 0.36 0.14 53.25 0.53 0.71
Hex DC D3 8C 0 4 24 E 35 35 47
Octal 334 323 214 0 4 44 16 65 65 107
Binary 11011100 11010011 10001100 0 100 100100 1110 110101 110101 1000111

Color Harmonies of #DCD38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD38C

Black with #DCD38C

Text Example


Text Example

White with #DCD38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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