#DCD68A

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

Shades of Primrose #DCD68A

Tints of Primrose #DCD68A

Color information

#DCD68A (or 0xDCD68A) is unknown color: approx Primrose. HEX triplet: DC, D6 and 8A. RGB value is (220,214,138). Sum of RGB (Red+Green+Blue) = 220+214+138=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD68A is #232975. Grayscale: #CFCFCF. Windows color (decimal): -2304374 or 9098972. OLE color: 9098972.

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

Color convert

RGB220214138-
CMYK00.030.370.14
HSL55.61º53.95%70.2%-
HSV(B)55.61º37.27%86.27%-
XYZ58.1565.1433.55-
YUV207.1388.99137.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 138 (54.30% from 255) = 24.13%
R=38.46%
G=37.41%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021413800.030.370.1455.6153.9570.2
HexDCD68A0325E383646
Octal3343262120345167066106
Binary11011100110101101000101001110010111101110001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD68A; }

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

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

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

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

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

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

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

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