#DCD38A

Color #DCD38A Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DCD38A

Tints of Primrose #DCD38A

Color information

#DCD38A (or 0xDCD38A) is unknown color: approx Primrose. HEX triplet: DC, D3 and 8A. RGB value is (220,211,138). Sum of RGB (Red+Green+Blue) = 220+211+138=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD38A is #232C75. Grayscale: #CDCDCD. Windows color (decimal): -2305142 or 9098204. OLE color: 9098204.

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

Color convert

RGB220211138-
CMYK00.040.370.14
HSL53.41º53.95%70.2%-
HSV(B)53.41º37.27%86.27%-
XYZ57.463.6433.3-
YUV205.3789.98138.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 211 (82.81% from 255) = 37.08%
BLUE value IS 138 (54.30% from 255) = 24.25%
R=38.66%
G=37.08%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021113800.040.370.1453.4153.9570.2
HexDCD38A0425E353646
Octal3343232120445166566106
Binary110111001101001110001010010010010111101101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD38A; }

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

 H1.HeaderClassName
 {
   color: #DCD38A;
 }
 .AnyTagClassName
 {
   color: #DCD38A;
 }
</style>
background-color css

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

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

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

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

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

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