#DCD692

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

Shades of Primrose #DCD692

Tints of Primrose #DCD692

Color information

#DCD692 (or 0xDCD692) is unknown color: approx Primrose. HEX triplet: DC, D6 and 92. RGB value is (220,214,146). Sum of RGB (Red+Green+Blue) = 220+214+146=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD692 is #23296D. Grayscale: #D0D0D0. Windows color (decimal): -2304366 or 9623260. OLE color: 9623260.

HSL color Cylindrical-coordinate representation of color #DCD692: hue angle of 55.14º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCD692 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220214146-
CMYK00.030.340.14
HSL55.14º51.39%71.76%-
HSV(B)55.14º33.64%86.27%-
XYZ58.7565.3836.72-
YUV208.0492.99136.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 146 (57.42% from 255) = 25.17%
R=37.93%
G=36.90%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021414600.030.340.1455.1451.3971.76
HexDCD6920322E373348
Octal3343262220342166763110
Binary11011100110101101001001001110001011101101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD692; }

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

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

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

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

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

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

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

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